Salesforce

Setting a Breakpoint (Magic xpi 4.13)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

Setting a Breakpoint (Magic xpi 4.13)

Breakpoints are a helpful tool for debugging. They let the user 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:

  1. Right-click on the step where the breakpoint has to be set.

  2. Select Breakpoint from the context menu. A red dot () appears in the top left corner of the step's icon.

To cancel a breakpoint:

  1. Right-click on the step where the breakpoint was previously set.

  2. Select Breakpoint again from the context menu. The red dot () disappears from the top left corner of the step's icon.

Reference
Attachment 
Attachment