Inspect Manual

High-Level Inspect Commands
Inspect Manual429164-006
6-133
Output
Output
The DETAIL clause results in the following output format:
The notes indicate:
(1) Listed only for Inspect breakpoints with EVERY clause; every-count only
shown if less than every-limit.
(2) Listed only for Inspect conditional breakpoints.
(3) Listed only for Inspect breakpoints.
(4) Listed only for Debug breakpoints; options is a comma-separated list of PRIV,
CONDITIONAL, and ALL.
(5) Listed only for temporary Inspect breakpoints.
(6) Listed only for Inspect breakpoints with a THEN action.
(7) Listed only for Inspect breakpoints of type data.
Output from IF, Input Text, Location, and THEN can exceed one line. Data output is
limited to a maximum of 512 characters. If there are more than 512 characters, the
output will be truncated. For all the fields that can exceed one line, excess output will
wrap as a hanging right paragraph, with line breaks indiscriminate with regard to data.
Examples
1. This is an example of possible LIST BREAKPOINT output:
Breakpoint Number: number
Debugger: Debug | Inspect
[ EVERY: Every-limit [ (every-count) ]] (1)
[ IF: condition ] (2)
[ Input text: command line following BREAK ] (3)
Location: location
[ Option: options | None ] (4)
[ TEMP: temp-remaining ] (5)
[ THEN: THEN action ] (6)
Type: Code | Data | ABEND | STOP
[ Subtype: R/W | Write | Change ] (7)
Num Type Subtype Location
1 Data Access Byte Address %12 "DATA1"
2 Data Access Byte Address %14 "DATA2"
3 Data Access Byte Address %16 "DATA3"