basic.debugger.d
Displays trace and break table.
Syntax
{Flash.routine.name:}d
Description
displays the contents of the 'breakpoint' and 'trace' table.
'breakpoints' are established using the 'b' command and cause the debugger to be invoked on a specific condition.
'trace' table entries are established with the 't' command and their current values are automatically displayed each time the debugger is entered.
Example
The following table shows that there are two variables being traced and one
break point active.
*d
T1 incount
T2 client.number
T3
T4
T5
T6
B1 b$=250
B2
B3
B4
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
