Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-20
BREAK
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.
For PATHWAY requester programs, code-location must be in an active scope unit
or at the start of an inactive scope unit.
BACKUP
specifies that the breakpoint refers to the backup process of a fault-tolerant
process pair.
The BACKUP clause is invalid for PATHWAY requester programs and is not
supported on TNS/E systems.
data-location
specifies the location of a data breakpoint. If data-location specifies a data item
that occupies more than one word (16 bits) of memory, Inspect sets the data
breakpoint at the first word of the data item.
The data-location parameter is invalid for PATHWAY requester programs.
data-subtype
specifies where the break event should occur.
ACCESS
specifies that a break event should occur on both read and write access of
the data item. This keyword can be used as a substitute for the keywords
READ WRITE or WRITE READ.
CHANGE
specifies that a break event should occur only when the value of the data
item changes. Change is the default.
READ
specifies that a break event should occur on both read and write access of
the data item.
WRITE
specifies that a break event should occur on write access of the data item.
READ WRITE
specifies that a break event should occur on both read and write access of
the data item.