Downloading and Executing Your Application

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:

Download and Execute with a Terminal Emulator

Download

There are three possible choices for downloading your application:

 

Execute

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.

See Also:

load, boot, netboot and scsiboot commands.


Navigation: Document Home | Document Contents | Document Index