Native Inspect Manual (H06.04+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-005
4-28
down command, down-silently command
down command, down-silently command
Selects the stack frame that is called by the current stack frame. The selected stack
frame becomes the stack frame relative to which program state is displayed. The down
command also prints out information about the selected stack frame.
Related Commands: up command, up-silently command
Alias: do, dow
count
is the number of frames to go before selecting a frame.
Example
See the Example for the up command, up-silently command.
enable command
Enables breakpoints that you have disabled using the disable command.
If you do not enter any breakpoint numbers, the command enables all the breakpoints
associated with the current process.
Alias: en
once
enables the specified breakpoint and then disables it after it is hit once.
delete
enables and then deletes the specified breakpoint after it is hit.
breakpoint-number
is the number of a disabled breakpoint or catch event that you want to enable.
{ down | down-silently } count
enable [ once | delete ] [ breakpoint-number ... ]










