c | Index Level | db (R83) |
Syntax | |
Category | System Debugger |
Type | Command |
Description | displays the table containing current breakpoints, traces, data breakpoints (y-trace tables), and frame replacement specifications. |
Options | |
See Also | k t b u System Debugger System Debugger functions |
Example |
d
brk tbl au.input trc tbl c*R13;30 : 151036.4C9 c*R14;40 : 449076.724 chg tbl i/R0.C;4 : 1538.C -65308 The above shows a breakpoint set at mode "au.input", character traces on registers 13 and 14, and a change-trace ("y-trace") on the process' internal accumulator, D0. |
Warnings | |
Compatibility | D3 7.0 AP R83 |
c | Index Level | db (R83) |