Breakpoints instruct the debugger to stop on a specified line of code. This allows you time to review what the script is doing at that point.
In PrimalScript, breakpoints are toggled switches; click to create it, click again to delete it.
To set a breakpoint
1.Place your cursor on the line where you want the breakpoint.
2.Click Home > in the Debug section, click Breakpoint (F9):
-OR-
•Click the margin to the left of the line numbers:
-OR-
•Right-click the line, point to Breakpoint, and then click Toggle breakpoint:
To disable a breakpoint
A disabled breakpoint (unfilled red circle) appears in the script, but does not break into the debugger.
1.Place your cursor on the line with the breakpoint.
2.Click Home > in the Debug section, click the Breakpoint menu > then click Enable/Disable.
To delete a breakpoint
•Repeating any of the steps used to create a breakpoint, such as pressing F9.
To disable or delete all breakpoints
•Click Home > in the Debug section, click the Breakpoint menu > then click Disable all Breakpoints or Delete all Breakpoints:
See also: