image

Breakpoints Inspector

image

The breakpoints inspector lists the breakpoints in your scripts and lets you attach conditions and actions to a breakpoint.

The breakpoints inspector appears in a script window in debug mode in the same tab as the result pane and the variables pane. To see the breakpoints inspector:

image

Breakpoints List

The breakpoints inspector functions as a list of breakpoints. You can:

Conditions and Actions

To see and edit conditions and actions attached to a breakpoint:

image

There are two kinds of condition. If one condition is checked, we will pause at this breakpoint only if the checked condition is true. If both conditions are checked, we will pause at this breakpoint only if both conditions are true.

There are three kinds of action. Actions are performed only if we would pause at this breakpoint (because the breakpoint is encountered and conditions, if any, are true).



image
Execute to Here