background image
<< Commands - Mark by Named Query | Commands - View Expand Data >>
Commands - View menu
<< Commands - Mark by Named Query | Commands - View Expand Data >>
518
User's Guide
27 M
ENU
C
OMMANDS
View menu
View menu
The View menu contains the following commands:
·
Breakpoints
·
Call Stack
·
Collapse Data
·
Expand Data
·
Expression
·
Global Variables
·
Local Variables
·
Module...
·
Transcript
Note For complete information about debugging testcases, see
Chapter 7, "Using the Debugger".
View/Breakpoints
Available only in debugging mode. Displays in the Breakpoints window,
which lists the module names and line numbers where breakpoints are set.
Double-click on an entry to move the focus to that line in the script.
View/Call Stack
Available only in debugging mode. Displays the current call stack in the Call
Stack window. A call stack is a listing of all the function calls that have been
called to reach the current function in the script you are debugging.
View/Collapse Data
Available only in debugging mode. Collapses the data about a variable. A
plus (+) sign in front of a variable name indicates that the data about the
variable is already collapsed. A minus sign (-) in front of a variable name
indicates that the data can be collapsed. A period (.) indicates that all the data
about a variable is already displayed.