Viewing Variables

To view a list of all the local variables that are in scope (accessible) from the current line, including their values, choose View > Local Variables.

To view a list of global variables, choose View > Global Variables. The variables and their values are listed in a new window.

If a variable is uninitialized, it is labelled <unset>.

If a variable has a complex value, like an array, Silk Test Classic might need to display its result in collapsed form. To expand or collapse the display, click View > Expand Data and View > Collapse Data in the Silk Test Classic menu or double-click the plus (+) icon.

To return to the script being debugged, press F6 or choose View > Module and select the script from the list.