User`s guide

FRUN
/PAUSE
Helps you debug a program. When you press
RETURN
at the end of the command
string, RT–11 displays the load address of your program and waits. You can
examine or modify the program (by using the ODT utility described in the RT–11
System Utilities Manual) before starting execution. You must use the RESUME
command to start the foreground job.
The following command loads the program DEMOSP.REL, displays the load
address, and waits for a RESUME command to begin execution:
.FRUN DEMOSP/PAUSE
Loaded at 127276
.RESUME
/TERMINAL:value
(Only valid in a multiterminal system) Assigns a terminal to interact with the
foreground job. The value argument specifies a terminal logical unit number.
If you do not use this option, the foreground job shares the console terminal
with the background job. By assigning a different terminal to interact with the
foreground job, you eliminate the need for the foreground and background jobs
to share the console terminal.
Note that the original console terminal still interacts with the background job
and with the monitor, unless you use the SET TT: CONSOL command to change
this.
RT–11 Command Descriptions 141