Pause  
Top  Previous  Next


Toolbar   scriptpause  
Menu:   Script > Pause  
Keyboard:   Ctrl+F5  
 

Use this command to stop the currently running script at the line of execution. When you select this command, the Script Editor
will enter the Debug mode, and the "Pause" condition will be displayed on its status bar. The next line to be executed will be highlighted with the yellow pointer, and the Watch window will display the values of the global variables.

You can trace a paused script by using Step
, Step Into and StepOut commands, or continue its execution by selecting Execute.

The Pause command is only available when the script is running.