Native Inspect Manual (H06.07+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-006
4-65
pwd command
COBOL example:
pwd command
Prints the current working directory.
Example
To display the current working directory:
quit command
Ends a Native Inspect session.
Aliases: exit command, q
When you enter a quit or exit command, Native Inspect detaches itself from the current
process and stops.
If you exit while a process is suspended, it is automatically resumed.
If breakpoints are set in a process, Native Inspect prompts you whether you want to
continue. If you do, another debugger instance is started if one of the breakpoints is hit.
reg command
A Tcl command that displays registers for the currently selected stack frame.
(eInspect 7,444):ptype EM
type = PIC X(4)
(eInspect 7.444):ptype RECX
type = RECORD
02 NATA NATIVE-4
02 NATB NATIVE-8
(eInspect 7,444):ptype ARRX
type = NATIVE-2 OCCURS 4 TIMES
pwd
(eInspect 2,1142):pwd
Working directory \PIPPIN.$D0101.INSPECT.
{ quit | exit }
reg