The general form for a fully qualified variable is
"module:function:variable" (e.g., the variable "i"
in function "main" in the source file "tam.c" would
be specified as "tam:main:i"). Note that some compilers may
add an underscore to the beginning of the variable and/or function name,
in which case you would have to add that to the function and/or variable
names when qualifying the variable. Note also that if you have the Input
Translation preference set to "As Is" then using the correct
case is required.
Note that from the Symbols Window, if you right-click on
a variable you can Browse, Change or add a variable to the Watch Window
without having to type in its fully qualified form.
|