Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-135
LIST HISTORY
6. This illustrates that Inspect always shows the breakpoint conditions first, followed
by the breakpoint actions. For the two breakpoint conditions, EVERY and IF,
EVERY is always shown first. For the breakpoint actions, THEN and TEMP, THEN
is always shown first.
LIST HISTORY
The LIST HISTORY command displays either a portion of or the entire history buffer.
command-line-range
specifies a range of command lines to list.
number [ / number ]
specifies the range of command-line numbers. If the number is positive, the
specified number refers to an absolute command number. If the number is
negative, the specified number is relative to the current command number.
Breakpoint Number: 4
Debugger: INSPECT
EVERY: 5
Input text: #VA^BUILD^ADDRESS EVERY 5
Location: #VA^BUILD^ADDRESS.#2012
Type: Code
BREAK #PROC1 IF j = 17 EVERY 2 -- conditions
BREAK #PROC2 TEMP 2 THEN "DISPLAY 'Hit proc2'" -- actions
BREAK #PROC3 TEMP 2 THEN "DISPLAY 'Hit proc3'" IF j = 17 EVERY 2
Num Type Subtype Location
1 Code #PROC1.#10(FILE) EVERY 2 IF j = 17
2 Code #PROC2.#20(FILE) THEN "DISPLAY 'Hit proc2'" TEMP 2
3 Code #PROC3.#30(FILE) EVERY 2 IF j = 17 THEN "DISPLAY
'Hit proc3'" TEMP 2
LIST HISTORY [ command-line-range ] [ AS COMMAND[S] ]
command-line-range: one of
number [ / number ]
search-text
search-text: one of
" [ character ]..."
' [ character ]...'