Stop   

Definition:

Halts program execution during debugging.

Parameter Description:


None

Command Description:

If running the program in debug mode, it this command halts the program and returns you to the editor where you can then step through your code, view variables, etc.

Example:

; Halt the program and go to the editor/debugger

Stop

Index