MFRASHEED
Active User
Joined: 14 Jun 2005 Posts: 186 Location: USA
|
|
|
|
Intertest commands:
Code: |
B Bypass monitoring of instruction at automatic bkpt, press PF5.
C Set conditional breakpoint (CBP) at current location. A menu
prompts you to enter the condition, such as IF TASKNUM > 2.
D Under variable
Display Main Storage structured display for specified variable.
Overtype storage value to change it.
D Display Object Code for instruction.
G Go [resume execution] at this instruction instead of breakpoint.
K Under Variable
Keep data item in keep window at top of source listing.
Window shows current value (in Character and Hex) at
breakpoint. Overtype keep window value to change it.
M Under Variable
[ COBOL, PL/I only] Display formatted MOVE command to
modify value of data item. Valid entries for FROM field are:
1. ZEROS, SPACES, LOW-VALUES, HIGH-VALUES,
QUOTES; 2. Variable name; 3. Numeric Literal, optionally
preceded by + or - ; 4. Alphanumeric literal in single quotes,
optionally preceded by ALL.
U Set unconditional breakpoint (UBP) at selected statement.
From Procedure Names label, sets UBP at all labels.
From Cross-Reference section, sets UBP at all occurrences.
V Under Variable
[COBOL, Assembleronly] Set variable-change breakpoint
(VBP) for this variable; VBP occurs when variable’s value changes.
X Remove breakpoint, remove data, remove kept data.
|
|
|