Native Inspect Manual (H06.07+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-006
4-40
info command
functions [ regular-expression ]
prints all function names or those matching the specified regular expression.
handle [ signal-number ]
displays the response that Native Inspect gives when the current program
receives various signals.
line linespec
displays the starting and ending addresses of the code corresponding to the
specified source line.
locals
prints the values of local variables of the currently selected stack frame. For
COBOL programs, this option prints all variables within the scope of the
program unit, including variables declared with the GLOBAL attribute.
process
prints information about the process being debugged, which includes
displaying the object file and any DLLs in use, along with their timestamps.
program
prints execution status of the program being debugged.
registers
lists all integer registers and their contents.
scope linespec
displays information about the local variables and argument variables for the
specified scope.
sessions
prints information about all processes being debugged by the current Native
Inspect process.
set
shows all settings of Native Inspect; this is equivalent to the show command.
signals signal-number
displays the response that Native Inspect gives when the current program
receives the specified signal.










