Skip navigation

FlexPro Documentation 2025

Stepping into Statements

The debugger must be in Single Step (Step Into) mode. If the debugger is in Run mode, click Design[Debug] > Break.

To execute the hilighted statement and descend into an FPScript/Python function or formula called in it:

Click Design[Debug] > Step Into.

To execute the entire highlighted statement:

Click Design[Debug] > Step Over.

To execute the remaining code of the current formula and stop at the next line of the calling formula:

Click Design[Debug] > Step Out.

To continue execution until the next breakpoint:

Click Design[Debug] > Debug/Continue.

To trace which formulas were called to reach the current stop position:

1.Bring the Call Stack window to the foreground by clicking on its tab.

2.Click on one of the formulas displayed to bring its window to the foreground. The line with the call of the next formula is highlighted.

 

 

See Also

Formula

Debugging in Formulas

FPScript Functions