Set Watch Set a watch to see how variables change in value during debugging. A
watch variable can be the name of a structure, a matrix, a scalar, a
string array, or a string.
Set Watch opens the Matrix Editor window with
Matrix/Auto-reload and View/Stay on Top automatically selected.
These options are not automatically selected when a non-watch
Matrix Editor window is opened.
The debugger searches for a watch variable in the following order:
1. A local variable within a currently executed procedure
2. A local variable within a currently active procedure.
3. A global variable.