The debugger can evaluate complex expressions and show how the result of the expression changes as the script runs.
To evaluate an expression
1.Run the script to a breakpoint.
2.Click the expression and drag it to the Output pane.
PrimalScript re-evaluates the expression each time a line of script is executed so you can monitor the expression's result.
You can add multiple expressions to the list.
To delete an expression
•In the Output pane, select the expression and press Delete.
See also:
Examing Variables and Object Properties