basic.debugger.t Command/BASIC: Debugger
basic.debugger.t
| Command | basic.debugger.t Command/BASIC: Debugger Applicable release versions: AP, R83, AP 6.0 FlashBASIC |
|---|---|
| Category | BASIC: Debugger (38) |
| Description | places a given variable into the trace table, causing the debugger to display the specified data element, along with the contents of the "break" and "trace" tables, on each break. A "+" (plus) character is displayed for each variable successfully entered into the table, until the table is full. The maximum number of trace table entries is six, except in FlashBASIC, where the number is unlimited. The "t" command, followed by a <return>, toggles the trace function on or off. |
| Syntax | {Flash.routine.name:} t {variable} |
| Options | |
| Example | *tcounter<return> This sets a trace on the variable called "counter". |
| Purpose | |
| Related |
basic.debugger.u basic.debug basic.debugger.variable.references basic.debugger.b basic.debugger.d basic.debugger.e basic.debugger.k basic.debugger.overview |
