| addx | Index Level | c |
| Syntax | b{data.reference.specification}{.offset} |
| Category | System Debugger |
| Type | Command |
| Description |
establishes a "breakpoint" condition which causes the system to enter the system debugger when the condition is met.
The optional "offset" sets a particular breakpoint within the mode, at the specified "offset". If no "offset" is specified, the debugger "breaks" at every available breakpoint within the mode. In D3, every assembler instruction is an available breakpoint. In R83, only labels are available breakpoints. The "data.reference.specification" may contain a maximum of two numeric parameters, hence no window specification is expected. A plus (+) character is displayed for each breakpoint successfully entered into the table, until the table is full. The maximum number of breakpoints at one time is four. |
| Options | |
| See Also | System Debugger d e k |
| Example |
b/5.157
Sets a breakpoint at offset x"157" in frame 5. b/5 Breaks at every available breakpoint in frame 5. b/au.input.0 Breaks at the first entry point of the "au.input" mode. |
| Warnings | Modes can be specified as data.references only in D3. |
| Compatibility | D3 7.0 AP R83 |
| addx | Index Level | c |