| ? | Index Level | b |
| Syntax | {Flash.routine.name:}?! |
| Category | BASIC Debugger |
| Type | Command |
| Description | used in the FlashBASIC debugger to display the current call stack with current parameter values being 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 |
| ? | Index Level | b |