Debug: stepping over nodes
When message flow processing pauses
at an active breakpoint, you can step over the node and
continue processing until the next active breakpoint, ignoring breakpoints
that might have been set in code within the node.
To step over the next node and
continue message flow processing:
- Switch to the Debug perspective.
- In the Debug view:
- either, click Step Over Node
on the toolbar.
- or, right-click the flow stack frame, then click Step
Over Node
.
Message flow processing continues until the next breakpoint
that is set in the logical processing of the current message. If there
is no further enabled breakpoint at which the flow instance can pause,
processing runs to completion and the flow instance is removed from
the Debug view.
Next:
If you have
finished debugging, you can remove the breakpoints, or end the debugging
session: