Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-27
CD
Example
This example illustrates a frequent use of the THEN clause—modifying a variable and
then continuing execution:
CD
The CD command changes the current OSS directory.
oss-pathname
specifies an OSS pathname.
Default Value
If the oss-pathname is omitted, the current OSS directory is changed to your initial
OSS directory.
CLEAR
The CLEAR command clears one or more breakpoints in the current program.
*
clears all breakpoints in the current program.
clear-spec
identifies the breakpoint to clear. This breakpoint identifier can be the number of
the breakpoint (as shown by the LIST BREAKPOINT command) or the location of
the breakpoint (a code location, a data location, the keyword STOP, or the keyword
ABEND).
-PRG-BREAK rachets+3I THEN "MODIFY fsize:=15; RESUME"
CD [ oss-pathname ]
CLEAR { * | clear-spec }
clear-spec: one of
breakpoint-number [, breakpoint-number ]
CODE code-location-list [ , code-location ]
DATA data-location [ , data-location ]
EVENT { ABEND | STOP }