Native Inspect Manual (H06.07+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-006
4-69
set command (environment)
See Syntax of expression on page 4-8 for more information about using pTAL
with Native Inspect.
listsize number
sets the value of the size of the list displayed by the list command. The default
value is 10.
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.










