Native Inspect Manual (H06.07+)

Using Native Inspect
Native Inspect Manual528122-006
2-7
Sample Native Inspect Session (C++ Program)
Specifying set continue-to-main off is useful for debugging global constructors
in a C++ program.
Sample Native Inspect Session (C++ Program)
This sample session demonstrates these tasks:
Task Native Inspect Command
Set search path for source files dir command
List source list command
Set a code breakpoint break command, tbreak command
Trace stack frames bt command
Advance execution next command, nexti command,
step command, stepi command
Display a variable print command
Modify a variable set command (variable)
End program and session kill command
Display memory in internal
representation
x command