Breakpoints window

 


Displays a list of the breakpoints you’ve set, including information about the status and location of each, and allows you to enable, disable, delete, ignore or set options for selected breakpoints.

A breakpoint is a marker you can place on a line in a script using the Script Debugger window. 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.

Breakpoints can be set in either tools mode or test mode. Moving between tools mode and test mode doesn’t affect breakpoints. The breakpoints you set will remain in the scripts until you specifically remove the breakpoints or quit Dexterity.

To display this window

Choose Breakpoints from the Debug menu.


Documentation Feedback