Native Inspect Manual (H06.07+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-006
4-67
set command (environment)
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.
attribute value
is one of the following:
complaints 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 the RUND (Guardian) or
run -debug (OSS) command. 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 For C/C++, Advancing Execution to main() on
page 2-6.
check sub-attribute value
where sub-attribute is one of:
range {on | off | warn | auto
}
Sets range checking.
type {on | off | warn | auto
}
Sets type checking.
confirm { on | off }
sets whether Native Inspect confirms before performing potentially dangerous
operations.
height number
sets the number of lines that are printed to the screen before Native Inspect
issues a “Continue Output” prompt. Specifying 0 disables prompting.
set attribute value










