Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-28
Related Commands
breakpoint-number
specifies the number of the breakpoint to clear.
code-location
specifies the location of a code breakpoint. It must be the location of an executable
instruction in the user code or user library code.
data-location
specifies the location of a data breakpoint.
Related Commands
BREAK on page 6-19
LIST BREAKPOINT on page 6-131
COMMENT
The COMMENT command directs Inspect to ignore the remainder of the command list.
It is a way to document commands in an OBEY file or the INSPLOCL or INSPCSTM
configuration files. If you are logging input, the file will contain any comments entered.
text
is any text.
Usage Consideration
There are two forms of the COMMENT command in Inspect; COMMENT and “--”.
COMMENT must appear at the beginning of a command to be recognized. “--” may
appear within a command; subsequent text is then ignored.
Related Command
LOG
Examples
1. This is an example of a valid comment using COMMENT.
COMMENT | -- [ text ]
-PROG-BREAK #PROC.#42;COMMENT Set a breakpoint in #PROC