background image
<< Commands - View Expand Data | Commands - Window menu >>
Commands - debugging mode
<< Commands - View Expand Data | Commands - Window menu >>
520
User's Guide
27 M
ENU
C
OMMANDS
View menu
View/Global Variables
Available only in debugging mode. Displays the Globals window, which lists
all global variables that are in scope (accessible) from the current source line
and their current values. You can set a new value for the variable in the Set
Variable text field.
If a variable is uninitialized, SilkTest labels it "<unset>." If a variable has a
complex value, like an array, SilkTest may display its result in collapsed
form. Use View/Expand Data or View/Collapse Data to manipulate the
display, or double-click on the plus (+) and minus (-) symbols.
For more information on 4Test scope rules, see online Help.
View/Local Variables
Available only in debugging mode. Displays the Locals window, which lists
all local variables that are in scope (accessible) in the current function
declaration and their current values. You can set a new value for the variable
in the Set Variable text field.
If a variable is uninitialized, SilkTest labels it "<unset>." If a variable has a
complex value, like an array, SilkTest may display its result in collapsed
form. Use View/Expand Data or View/Collapse Data to manipulate the
display, or double-click on the plus (+) and minus (-) symbols.
For more information on 4Test scope rules, see online Help.
View/Module...
Available only in debugging mode. Opens the View Module dialog, which
lists the modules used by the script being debugged.
Double-click on a module name to view it in a debugging window. The list
includes all the modules that loaded by startup.inc, so you can set breakpoints
in GUI functions, classes, and so forth.