Adding breakpoints in the flow debugger
Add breakpoints to connections in your message flow to control where flow processing will pause.
Before you begin
Attach the flow debugger to the integration server where your flow is deployed. See: Attaching the flow debugger to an integration server for debugging.
About this task
You can add breakpoints to the connections of a message flow that is open in the Message Flow editor. Each breakpoint that you add to a flow is also automatically added to all other instances of the flow and you do not need to restart any of the instances.
Every breakpoint is automatically enabled when you add it to a connection and the connection is flagged with the enabled breakpoint symbol .
Manually set a breakpoint after the collector node or any other multithreaded node. When you use the Debug perspective on the node, you see that the thread has been ended.
To add breakpoints to the connections of a message flow:
Procedure
What to do next
After you have set one or more breakpoints in the message flow, step through the flow, pausing at each active breakpoint. See: Stepping through message flow instances in the debugger.
You can also examine message data, code, and mappings at appropriate points. See: Debugging data.