Breakpoints

Breakpoints allow you to stop execution of command syntax at specified points within the syntax window and continue execution when ready.

To Insert a Breakpoint

  1. Click anywhere in the gutter to the left of the command text.

    or

  2. Position the cursor within the command.
  3. From the menus choose:

    Tools > Toggle Breakpoint

The breakpoint is represented as a red circle in the gutter to the left of the command text and on the same line as the command name.

Clearing Breakpoints

To clear a single breakpoint:

  1. Click the icon representing the breakpoint in the gutter to the left of the command text.

    or

  2. Position the cursor within the command.
  3. From the menus choose:

    Tools > Toggle Breakpoint

    To clear all breakpoints:

  4. From the menus choose:

    Tools > Clear All Breakpoints

See Running Command Syntax for information about the run-time behavior in the presence of breakpoints.