The procedure used to download and execute your application depends on what debugger you are using. This debug Monitor supports either of the following debugger types:
There are three possible choices for downloading your application:
If you want to run the entire application to completion, type 'g'. Control will return to the Monitor's prompt when the application terminates. For example,
PMON> g -- program output if any PMON>If you would prefer to be able to single-step your application, and to possibly set breakpoints, you might prefer to use the following sequence of commands.
PMON> g . main | Execute until main |
PMON> l . 8 | Disassemble the next 8 instructions |
PMON> s | Single-step one instruction |
PMON> c sort | Continue until the label sort |
For a complete list of the commands available, please refer to the appropriate PMON command list.
Navigation: Document Home | Document
Contents | Document Index