Breakpoints
  • 1 Minute to read
  • Dark
    Light
  • PDF

Breakpoints

  • Dark
    Light
  • PDF

Article Summary

Adding breakpoints at specific points in the script can help debug the script for ad-hoc script validation. When running scripts with breakpoints, the execution will stop at the breakpoint.

Adding Breakpoints

To add a breakpoint, hover over an instruction in the script and click the Add button.

Save your script after adding the breakpoint.

Removing Breakpoints

To remove a breakpoint, double-click on the light-orange break-line in the script.

Alternitavely you can use the Add button  and select Remove breakpoint.


To remove all breakpoints, use the main menu and select the Remove all breakpoints option.
Save the script after removing breakpoints.