Native Inspect Manual (H06.04+)

Using Native Inspect
Native Inspect Manual528122-005
2-12
End the Program and Debugging Session
Before the memory access breakpoint is hit, the program calls DEBUG, after which
execution is resumed.
End the Program and Debugging Session
Sample Native Inspect Session (COBOL
Program)
This sample session illustrates these tasks:
(eInspect 3,591):kill
Tasks Native Inspect Command
Advance execution
next command, nexti command, step
command, stepi command
Set a code breakpoint
break command, tbreak command
List source
list command
Display a variable
print command
Modify a variable
set command (variable)
Resume execution
continue command
End program and session
kill command