Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-19
BREAK
BREAK
The BREAK command allows you to display all breakpoints or set one or more
breakpoints in the current program. The BREAK command, when used without any
parameters, is a synonym for the LIST BREAKPOINT command.
breakpoint
defines the attributes of a breakpoint. These attributes consist of:
Location—where the break event is to occur
Conditions—under what conditions the break event is to occur
Actions—what to do after the break event occurs
brk-location
specifies the location of the breakpoint.
BREAK [ breakpoint [ , breakpoint ]...]
breakpoint:
brk-location [ brk-condition ]... [ brk-action ]...
brk-location:
{ code-location } [ BACKUP ]
{ data-location [ data-subtype ] [ BACKUP ] }
{ [#] ABEND }
{ [#] STOP }
data-subtype: one of
ACCESS
CHANGE
READ
WRITE
READ WRITE
WRITE READ
brk-condition: one of
EVERY integer
IF expression
brk-action: one of
TEMP [ integer ]
THEN { command-string | alias-name }