|
Script Debugger displays the names and values of persistent variables (top-level entities — script objects, script properties, and globals) contained in your script. They are shown in the result drawer, in the third pane, whose columns are headed “Variable” and “Value”. This is the variables pane. ![]() For example, running this script:
results in the variables pane looking like this: ![]()
The variables pane is an explorer view, with all that this entails. For example, you can double-click a line of the variables pane to see that value displayed in its own viewer window. You can also edit (change) the value of persistent top-level entities shown in the variables pane (for example, in the above illustration, the property The variables pane has a more extended role during debugging. It then displays not only persistent top-level entities, and not only after the script has run — it displays all variables, while the script is still in the process of running.
|
|||||||||||||||||