Setting a Breakpoint (Magic xpi 4.5)
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 the step where you want to set the breakpoint. 
- 
Select Breakpoint from the context menu. A red dot ( ) appears in the top left corner of the step's icon. ) appears in the top left corner of the step's icon.
 
To cancel a breakpoint:
- 
Right-click on the step where you previously set the breakpoint. 
- 
Select Breakpoint again from the context menu. The red dot ( ) disappears from the top left corner of the step's icon. ) disappears from the top left corner of the step's icon.