Enabling breakpoints

Before you start

Complete the following tasks:

In the Debug perspective, you can enable any breakpoints that are currently disabled. The following symbol identifies disabled breakpoints:

Disabled breakpoint

To enable breakpoints:

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

When you enable a breakpoint, the breakpoint symbol changes to the following symbol:

Enabled breakpoint
Related concepts
Flow debugger overview
Related tasks
Debugging a message flow
Disabling breakpoints
Working with breakpoints
Related reference
Flow debugger shortcuts
Flow debugger icons and symbols