?! Command

The ?! command is used in the BASIC/FlashBASIC debugger to display the current call stack with current parameter values being shown.

NOTE

This command can only be used on items compiled with the o (optimal compile) option.

Syntax

{flash.routine.name:}?!

 

NOTE

flash.routine.name can only be specified if the program has been optimized through the FlashBASIC compiler. When flash.routine.name is specified, the corresponding debugger command is executed against the specified routine. The colon separating flash.routine.name and the debugger command is required.

See Also

$ Command, $! Command, ? Command, BASIC/FlashBASIC Debugger, down Command, s Command, up Command,