Debugging Scripts

T-HSCP-001-003

You can use the Debug command in the Script Editor to troubleshoot errors and problems in your scripts.

You can debug a script using the Run Script Button Debug command, which allows you to run a function through a standard script debugging interface.

To select which function in which script the Debug command should debug, you must use the Set Target Function Button Set Target command, which will prompt you to select a script and a function. Once you've done this, every time you use the Run Script Button Debug command, it will debug the function you set as your target. If you need to debug a different function or script later, you will have to use the Set Target Function Button Set Target command again to change the target script and function. This allows you to work on and repeatedly debug one function at a time when working on a script.

NOTES
  • If you use the Run Script ButtonDebug command without setting a target first, you will be prompted to set a target. The selected target will persist until you use the Set Target Function Button Set Target command to change it.
  • The target script and function is also used by the Run command.