Removing breakpoints

From the Breakpoints view, you can delete single breakpoints, multiple breakpoints, or all breakpoints. You can also delete breakpoints from the editor. If you delete a breakpoint, all information about it is lost.

If you do not want a breakpoint to stop execution, but want to keep information about the breakpoint, disable the breakpoint instead of deleting it. For information on disabling breakpoints, see the related topic.

To delete a single breakpoint in the Breakpoints view:

  1. Perform one of the following tasks:
    • Right-click on the breakpoint you want to delete and select Remove from the pop-up menu.
    • Select the breakpoint you want to delete and click the Remove Selected Breakpoints push button in the Breakpoints view or press the Delete key.
  2. The breakpoint is removed from both the Breakpoints view and the editor marker bar.

To delete multiple breakpoints in the Breakpoints view:

  1. In the Breakpoints view, select the breakpoints you want to delete by left-clicking and using either the Shift keyboard key or the Ctrl keyboard key.
  2. Perform one of the following tasks:
    • Right-click the selection of breakpoints and select Remove from the pop-up menu.
    • Click the Remove Selected Breakpoints push button in the Breakpoints view.
  3. The breakpoints are removed from the Breakpoints view and the editor.

To delete breakpoints in the editor:

  1. In the editor marker bar for the XSL file or XML file, locate the breakpoint that you want to delete.
  2. Perform one of the following tasks:
    • From the breakpoint's pop-up menu in the editor marker bar, select Toggle Breakpoints.
    • Double-click the breakpoint's marker bar indicator.
  3. The breakpoint is removed from the marker bar and from the Breakpoints view.

To delete all breakpoints: in the Breakpoints view, select Remove All from the pop-up menu or click the Remove All Breakpoints push button in the Breakpoints view.

Notes:

Related concepts
Breakpoints
Related tasks
Using breakpoints
Setting a line breakpoint
Enabling and disabling breakpoints

Feedback