Enabling breakpoints in the debugger

Before you start

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

You can enable any breakpoints that you have 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 it then clicking Properties. 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 icon changes to the following symbol:

Enabled breakpoint

Now that you have enabled breakpoints, you can continue with your debug session:

Related concepts
Flow debugger overview
Related tasks
Disabling breakpoints in the debugger
Removing breakpoints in the debugger
Related reference
Flow debugger shortcuts
Flow debugger icons and symbols