Debugging: stepping out of subflows

When message flow processing is paused at a breakpoint in a subflow, you can step out of the subflow.

Before you begin

About this task

To step out of a subflow, complete the following steps.

Procedure

  1. Switch to the Debug perspective.
  2. In the Debug view, click Step Out of Subflow Step Out of Subflow on the toolbar.

    Alternatively, right-click the flow stack frame, then click Step Out of Subflow Step Out of Subflow.

Results

The debugger continues processing until it reaches the connection from the output terminal of the subflow, where it pauses. The parent flow opens in the Message Flow editor, displacing the subflow.

What to do next

If debugging is complete, you can remove the breakpoints, or end the debugging session: