Script Debugger window

 


This window allows you to view and set breakpoints in scripts. A breakpoint is a marker you can place on a line in a script. When a breakpoint is encountered while the application is running, the application will stop just prior to executing the line of code on which the breakpoint was placed. When stopped at a breakpoint, you can examine the state of the application.

The Script Debugger window has a context menu that is available in test mode. You can use the context menu to copy the selected text, add a watch based on the selected text, toggle a breakpoint on the current line, or set the next statement to execute.

Refer to the following topic for more information about using the Script Debugger:

 

To display this window

Choose Script Debugger from the Debug menu. This window also appears when a breakpoint is encountered while an application is running.


Documentation Feedback