The debugger must be in Single Step mode. If the debugger is in Run mode, click Formula Design[Debug] > Break.
To display all local variables of the current formula in the Watch window:
•Select the Show Local Variables option in the toolbar of the Watch window.
To display the content of an FPScript or Python expression in the Watch window:
1.Select the expression to be monitored in the formula.
2.Click Formula Design[Debug] > Add Watch.
or
1.In the Watch window, click in the empty Expression field at the bottom of the list.
2.Enter the expression to be monitored and press the ENTER key.
To remove a variable from the Watch Window:
1.In the Watch window, select the line(s) you want to remove.
2.Click on Delete Watch in the toolbar of the Watch window.
Note You can only remove watch entries that you have previously added manually. You can hide the automatic monitoring of the current formula's local variables by deselecting the Show Local Variables option.
To display the result of the previous instruction in a data view:
•Select the Show Data View option in the toolbar of the Watch window.
Note To be able to see the result of a Python statement, you must assign it to this.data.
To view non-scalar data of a watch entry in detail:
1.In the Watch window, select the entry whose data you want to view by clicking on the border to the left of the line.
2.In the Data Preview window, the data is displayed numerically and as a diagram and you can view it in detail.