Disabling breakpoints in the debugger

Before you start

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

You can disable any breakpoints that are currently enabled. The following symbol identifies enabled breakpoints:

Enabled breakpoint

To disable breakpoints:

  1. Switch to the Debug perspective.
  2. In the Breakpoints view, select one or more enabled breakpoints that you want to disable.
  3. Right-click the selected breakpoints, then click Disable. The breakpoints are disabled in all instances of the message flow where they are set.
  4. Optional: You can also disable a single breakpoint by right-clicking it, then clicking Properties on the pop-up menu. Clear the Enabled check box and click OK. The breakpoint is disabled in all instances of the message flow where it is set.

When you disable a breakpoint, the breakpoint icon changes to the following symbol:

Disabled breakpoint

If you disable all the breakpoints that you have added to your message flow, you cannot perform any other debugging tasks until you add a new breakpoint, or enable an existing 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
Removing breakpoints in the debugger
Related reference
Flow debugger shortcuts
Flow debugger icons and symbols