Stepping out of subflows

Before you start

Complete the following tasks:

The flow being debugged must be paused at a breakpoint and you must have stepped into a subflow.

To step out of a subflow:

  1. Switch to the Flow Debug perspective.
  2. In the Flow Debug view, click the Step Out of Subflow icon Step out of subflow  on the toolbar (or right-click the subflow stack frame, then click Step out of subflow  Step Out). The debugger pauses the flow at the next breakpoint in the subflow, if there is one. If there are no remaining breakpoints in the subflow, the parent flow opens in the Message Flow editor and displaces the subflow. The parent flow is paused at the connection from the output terminal of the subflow.
Related concepts
Flow debugger overview
Related tasks
Debugging a message flow
Stepping into subflows
Related reference
Flow debugger shortcuts
Flow debugger icons and symbols