| Syntax |
{Flash.routine.name:}$!
|
| Category |
BASIC Debugger
|
| Type |
Command
|
| Description |
displays the current call stack with parameter names and values being shown. If the symbol table is not present, the internal names are shown.
|
| Options |
|
| See Also |
up down s FlashBASIC debugger ?! $ ?
|
| Example |
|
| 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 |
AP 6.0 FlashBASIC
|