The debugger must be in Single Step mode. If the debugger is in Run mode, click Formula Design[Debug] > Break.
To execute the highlighted statement and descend into an FPScript/Python function or formula called in it:
•Click on Formula design[Debug] > Single Step.
To execute the entire highlighted statement:
•Click Formula Design[Debug] > Step Over.
To execute the remaining code of the current formula and stop at the next line of the calling formula:
•Click Formula Design[Debug] > Step Out.
To continue execution until the next breakpoint:
•Click Formula 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.