Pathway/iTS System Management Manual (G06.24+)

TERM Commands
HP NonStop Pathway/iTS System Management Manual426748-002
10-11
INSPECT TERM Command
INSPECT TERM Command
Use the INSPECT TERM command to invoke the HP Inspect symbolic debugger
process to debug a SCREEN COBOL program running on a TERM object. This
command establishes a breakpoint at the next program instruction; the program waits
for commands from the Inspect process.
Before you use the INSPECT TERM command, the SET TCP INSPECT attribute must
be set to ON.
This command can be issued for configured and temporary TERM objects.
term-name
specifies the name of the TERM object on which the SCREEN COBOL program
(the program to be debugged) is running.
FILE file-name
specifies the name of the Inspect command terminal (the terminal on which you
enter the Inspect commands). The first character of the file name is a $ (dollar
sign) followed by one to six alphanumeric characters. The file name cannot exceed
seven characters. You cannot specify a node name as part of the file name; the
node is always the node on which the PATHMON process is currently running.
If file-name is omitted, the Inspect command terminal is one of the following,
listed in order of priority:
1. The terminal named in the SET TERM INSPECT file-name attribute
2. The terminal named in the SET TCP INSPECT file-name attribute
3. The home terminal for the TCP
Consideration
It is not necessary to specify SET TERM INSPECT ON before using this command.
INSPECT [ TERM ] term-name [ , FILE file-name ]
Note. You can issue the INSPECT TERM command in situation 1 only if you had
specified SET TERM INSPECT OFF and had at the same time specified a file name.
You might do this to specify a default Inspect command terminal to use whenever you
want to debug a program running on your terminal.