system.debugger.d

Command/System Debugger, Releases: AP and R83

Displays breakpoint and trace table entries.

Description

displays the table containing current breakpoints, traces, data breakpoints (y-trace tables), and frame replacement specifications.

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.

See Also

Command Name Type Description
system.debugger.k Command Kills breakpoint.
system.debugger.t Command Sets trace table entry.
system.debugger.b Command Sets breakpoint condition.
system.debugger.u Command Removes trace table entry.
system.debugger.overview Introductory Overview of system debugger.
system.debugger.functions Definition System debugger replacement/display functions.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.