basic.debugger.d Command/BASIC: Debugger
basic.debugger.d
| Command | basic.debugger.d Command/BASIC: Debugger Applicable release versions: AP, R83, AP 6.0 FlashBASIC |
|---|---|
| Category | BASIC: Debugger (38) |
| 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. |
| Syntax | {Flash.routine.name:}d |
| Options | |
| 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 |
| Purpose | |
| Related |
basic.debugger.k basic.debug basic.debugger.overview basic.debugger.de basic.debugger.n basic.debugger.u basic.debugger.debug basic.debugger.t basic.debugger.variable.references system.debugger.e basic.debugger.b |
