Removing breakpoints in the debugger

Before you start

To complete this task, you must have completed the following tasks:

You can remove breakpoints either where they are shown on the connections of a message flow that is open in the Message Flow editor, or where they are listed in the Breakpoints view. The following symbol shows the breakpoint:

Enabled breakpoint

If you remove a breakpoint from a message flow, it is automatically removed from all other instances of the message flow where it is set.

To remove breakpoints:

  1. Switch to the Debug perspective.
  2. Remove the breakpoints. Use one of the following methods, depending on how many breakpoints you want to remove:
    Option Description
    Remove individual breakpoints from connections in the Message Flow editor:
    1. In the Message Flow editor, right-click the breakpoint that you want to remove, then click Remove Breakpoint.
    Remove selected breakpoints simultaneously in the Breakpoints view:
    1. Click the Flow Breakpoints tab to show the Breakpoints view.
    2. Select one or more breakpoints that you want to remove.
    3. Click the Remove Selected Breakpoints icon Remove selected breakpoints on the toolbar, or right-click the selected breakpoints and then click Remove Remove.
    Remove all breakpoints simultaneously in the Breakpoints view:
    1. Click the Breakpoints tab to show the Breakpoints view.
    2. Click the Remove All Breakpoints icon Remove all breakpoints on the toolbar, or right-click any breakpoint and then click Remove all Remove All.

If you remove all the breakpoints that you have added to your message flow, you cannot perform any other debugging tasks until you add a new breakpoint.

If you have finished with your debugging session, continue with Debug: detaching from the flow engine.

Related concepts
Flow debugger overview
Related tasks
Enabling breakpoints in the debugger
Stepping through flow instances in the debugger
Debugging data
Related reference
Flow debugger shortcuts
Flow debugger icons and symbols