You can disable breakpoints that are currently enabled, and vice versa.
Add one or more breakpoints to your message flow. See: Adding breakpoints in the flow debugger.
Message flow processing pauses only at breakpoints that are enabled. By controlling which breakpoints are enabled and which are disabled, you can, for example, allow processing to continue to the part of a flow that you are interested in without having to continually add and remove breakpoints.
If you disable all the breakpoints in a message flow, you cannot perform any other debugging tasks until you add a new breakpoint, or enable an existing breakpoint.
To change the state of breakpoints:
If you have finished debugging, continue with: Debug: ending a session.