Debug: stepping over nodes

When message flow processing pauses at an active breakpoint, you can choose to step over the node and continue processing until the next active breakpoint, ignoring breakpoints that might have been set in code within the node.

Before you start:

Add one or more breakpoints to your message flow. See: Adding breakpoints in the flow debugger.

To step over the next node and continue message flow processing:

  1. Switch to the Debug perspective.
  2. In the Debug view:
    • either, click Step Over Node Step Over Node on the toolbar.
    • or, right-click the flow stack frame, then click Step Over Node 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:
Related concepts
Flow debugger overview
Debug perspective
Related tasks
Debug: resuming message flow processing
Debug: running to completion
Debug: stepping into subflows
Related reference
Flow debugger shortcuts
Flow debugger icons and symbols
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2009Copyright IBM Corporation 1999, 2009.
Last updated : 2009-01-07 15:21:54

ag11290_