Debug: running to completion

Before you start

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

When message flow processing has paused at a breakpoint, you can restart processing so that the message flow runs to completion:

  1. Switch to the Debug perspective.
  2. In the Debug view, click the Run to completion icon Run to completion on the toolbar, or right-click the flow stack frame, then click Run to completion Run to completion.
When you run the message flow to completion, the flow instance ignores all breakpoints and continues to its end. The flow instance is automatically removed from the Debug view.
Tip: If you want the flow to continue processing, but you want to stop at the next breakpoint instead of running the flow to completion, see Resuming flow instance execution.

If you have now completed debugging this message flow, you can remove the breakpoints, or end the debug session:

Related concepts
Flow debugger overview
Debug perspective
Related tasks
Debug: resuming flow instance execution
Working with breakpoints in the debugger
Debug: detaching from the flow engine
Related reference
Flow debugger shortcuts
Flow debugger icons and symbols