5. Use a Watch Variable

As you debug your script, you can use Program Editor's watch pane to monitor selected variables. For each of the variables on this watch variable list, Program Editor displays the name of the variable, where it is defined, its value (if the variable is not in scope, its value is shown as <not in context>), and other key information such as its type and length (if it is a string). The values of the variables on the watch list are updated each time you enter break mode.

5.1

Add a Watch variable to the Program Editor's Watch variable list.

5.2

Modify the value of a Watch variable.

5.3

Use Quick Watch.

5.4

Delete a Watch variable.

More information

Debug scripts.