Setting a Breakpoint (Magic xpi 3.x)
Breakpoints are a helpful tool for debugging. They let you halt execution of the flow or the project at a specific step.
Once a breakpoint is reached, all the executed contexts, such as threads and branches are stopped before they execute the next component/step.
When the debug process gets to a breakpoint, the Debugger waits for one of the following user commands:
-
Selecting Step to continue to the next step.
-
Clicking Continue to continue the debugging process to the end of the branch or flow, or to the next breakpoint.
To set a breakpoint:
-
Right-click on a step in the Flow view
-
Select Breakpoint from the context menu. The icon appears next to the step.
To cancel the breakpoint, right-click and select Breakpoint again.