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

NOTE: If no value is specified, the debugger may or may not compress the snapshot file
based on its size.
!
Forces the overwriting of the specified snapshot file. If you do not include the exclamation
mark(!), and the specified file already exists, Native Inspect reports an error.
The save command returns control to the target process. Consequently, when you list the save
in a sequence of commands by using the commands command, the save command must always
be the final command in the sequence.
select-frame Command
Is the “silent” version of the frame (select-frame) Command, and the syntax of the two commands
is similar. Select-frame only selects a frame and does not print out information about the frame.
set Command (environment)
Sets debugging session options and environment variables. Compare with the set Command
(variable), which modifies the value of a variable in the program being debugged. All the
environment attributes available to the set command are also supported by the show Command.
Some attributes, however, are supported only by the show command.
set attribute value
Where attribute value is one of the following:
complaints max-number
Sets the maximum number of complaints about incorrect symbols. The default value is 0 (zero).
continue-to-main {on|off}
Specifies whether or not execution is to automatically advance to the main program when you
start a C/C++ program with RUND (Guardian) or run -debug (OSS). The default value is
on (execution automatically advances to main()). If you specify off, you must set a breakpoint
to stop execution at main(). For more information on setting a breakpoint at main(), see
Advancing Execution to main() in C/C++ Programs (page 36).
check sub-attribute value
Where sub-attribute is one of the following:
range {on|off|warn|auto}
Sets range checking.
type {on|off|warnauto}
Sets type checking.
confirm {on|off}
Sets whether Native Inspect prompts for confirmation before performing potentially dangerous
operations.
height number-lines
Sets the number of lines that are printed to the screen before Native Inspect issues a “Continue
Output” prompt. Specifying 0 disables prompting.
history sub-attribute value
Sets attributes of the command history maintained by Native Inspect.
sub-attribute is one of the following:
expansion {on|off}
110 Native Inspect Command Syntax