Working with Scripts During Debugging

To run the script you are debugging
Click Debug > Run. The script runs until a breakpoint is hit, an error occurs, or it terminates.
To reset a script
Click Debug > Reset. This frees memory, frees all variables, and clears the call stack. The focus will be at the first line of the script.
To stop execution of a running script
Press Shift+Shift when running a script on the same machine or choose Debug > Abort when running a script on a different machine.