Setting or deleting breakpoints

  1. In the Source view, locate the line to set a breakpoint on, or for which to delete a breakpoint.
  2. Double-click the line, in the area before the line number.

Alternatively, you can manually add function and line breakpoints in the Breakpoints view when the source is not yet loaded in the Source view. For these breakpoints, it is not required that the source is first loaded in the Source view to create the breakpoints.

  1. In the Breakpoints view, click ADD. The Add Breakpoint dialog box is displayed.
    1. For a function breakpoint, select Function Breakpoint and specify a Function Name. This breakpoint stops the process at the defined function, the first time that function is called in any script.
    2. For a line breakpoint, specify a Script Type, Script Name, and Line Number. This breakpoint stops on the line in the script.
  2. The source is automatically loaded in the Source view.