Native Inspect Manual (H06.13+, J06.03+)

Sets history expansion on command input.
filename {on|off}
Sets the name of the file in which the command history is recorded.
save {on|off}
Sets saving of the history record on exit from Native Inspect.
size number
Sets the size of the command history. The default value is 256.
input-radix {8|10|16}
Sets the default input radix for entering numbers.
language {ptal|c|c++|cobol}
Sets the current source language.
When debugging pTAL using Native Inspect:
You must use C/C++ syntax.
Use the == operator for equality; use = for assignment.
Pointers are not automatically dereferenced; you must use the C * operator.
In subprocs, you must qualify variable names in the containing proc by using this syntax:
procname::localvarname
Note that PROC and SUBPROC names are listed in the stack trace in uppercase letters.
You can access global variables hidden by a local or sublocal by using ::localvarname.
To set breakpoints on subprocs, use the dot operator to qualify the subproc name:
procname.subprocname
See Syntax of expression (page 62) 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.
max-function-matches n
Sets the maximum number of function matches reported by the info functions command.
Specify an integer as the value of n or set the value to zero (0) to report all matches.
mode {user | priv [on | off]}
Sets the working session as priv (privileged) mode for process debugging. Applies to individual
debug sessions; restricted to the super ID (user 255,255).
optimized-code-warning [off | on]
Sets a warning indicating that the debug information is incomplete. The default is set to off.
optimized-loc-print N
Controls how many “near” locations (near to the current instruction address) are revealed to
the end user when a variable is not found at the current location but has a location and value
near to the current instruction.
N is the maximum number of locations listed. The default is 3 locations. Setting the number to
0:
set optimized-loc-print 0
disables the feature entirely.
output-radix {8|10|16}
Sets the output radix for printing of values.
set Command (environment) 111