Go to documentation repository
Page History
...
Click the Editor-Debugger button (3) at the bottom of the Script system object panel to open the Editor-Debuggerutility.
Info title Note Use the Editor-Debugger utility to create, edit and save scripts in JScript. The settings panel of the Script system object displays the text of the saved script that can also be edited.
In the Editor-Debugger utility window, open the Debug-edit script list and select the Script object you want to edit (for example, the Script 1 object, as in the figure below).
In the Script field, enter the text of the script in JScript programming language (see Examples of scripts in the JScript language).
- Run the script using a test event. To create a test event, select Debug and edit → Edit test event.
The Test message window will open containing the fields for setting the event parameters.
To run the script using the test event, select Debug and Edit → Test run.
...
Info | ||
---|---|---|
| ||
When you go to the Script messages list when editing a script, and then go back to the corresponding script in the Debug-edit script list, you cannot undo or return the last action. |
Debugging a
...
script
You can check if the script syntax is correct using the interpreter which is built-in into the Editor-Debugger utility. The result of the check with the information about the content and location of the error is displayed in the Debugger window corresponding to the script in the Script messages list. If there are errors, you need to edit the script syntax and check it again.
...