Native Inspect Manual (H06.04+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-005
4-66
set command (environment)
mode { user | priv }
sets the working session as priv (privileged) mode for process debugging.
Applies to individual debug sessions; restricted to the super ID (user 255,255).
output-radix { 8 | 10 | 16 }
sets the output radix for printing of values.
print sub-attribute value
where sub-attribute is one of:
address { on | off }
sets printing of addresses.
array { on | off }
sets pretty printing of arrays (prints one field per line rather than
compressing multiple fields on one line). See the examples that follow the
print command syntax.
asm-demangle { on | off }
sets demangling of C++ names in disassembly listings.
cobol-arg-values { on | off }
for COBOL programs, sets displaying of argument values for when a
breakpoint is encountered, a backtrace is done, or execution steps into a
function. If this parameter is set to OFF (the default setting), Native Inspect
displays only the addresses of arguments when any of these events occur.
demangle { on | off }
sets demangling of encoded C++ names when displaying symbols.
elements number
sets the limit of string chars or array elements to print. The default value is
200 characters.
max-symbolic-offset number
sets the largest offset that is printed in the symbol+1234 form.
null-stop { on | off
}
sets printing of char arrays to stop a first null char.
object { on
| off }
sets printing of objects; derives type based on vtable information.










