| Syntax |
{Flash.routine.name:}s{!}
|
| Category |
BASIC Debugger
|
| Type |
Command
|
| Description |
displays the contents of the subroutine stack.
The "!" token lists the actual lines of source where the "gosub" statements are found. (FlashBASIC only).
|
| Options |
|
| See Also |
r up primary output buffer secondary output buffer $! ?! debugger down
|
| 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 |
D3 7.0 AP R83 AP 6.0 FlashBASIC
|