d

d


c{!} Index Level de
Syntax {Flash.routine.name:}d
Category BASIC Debugger
Type Command
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.
Options
See Also k DEBUG debugger de n u debug t / e b
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
Warnings The "Flash.routine.name" can only be specified if the program has been optimized through the FlashBASIC compiler (see the "o" option under the "compile" command). When a "Flash.routine.name" is specified, the corresponding debugger command is executed against the specified routine. The ":" (colon) separating the "Flash.routine.name" and the debugger command is required.
Compatibility D3 7.0 AP R83 AP 6.0 FlashBASIC
c{!} Index Level de