Halt Execution during server side debugging?

0
Is there a way to completely HALT execution when debugging on the server side? I know if you simply disconnect, execution will continue. But if you find an issue that causes you to NOT want to proceed, is there a way to just kill the process?
asked
1 answers
1

If you are hosting on the Mendix Cloud you could just Stop the application. To do this you go to the General tab of the environment you want to stop and you should see a Stop button.

https://docs.mendix.com/developerportal/deploy/environments-details/#actions

answered