basic.debugger.$!

Command/BASIC: Debugger, Releases: AP 6.0 FlashBASIC

Displays call stack.

Syntax

{Flash.routine.name:}$!

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.

See Also

Command Name Type Description
basic.debugger.up Command Moves up the call stack.
basic.debugger.down Command Moves down the call stack.
basic.debugger.s Command Displays subroutine stack.
flash.basic Definition converts Pick/BASIC source code into a list of binary instructions called object code.
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.
basic.debugger.?! Command Displays call stack.
basic.debugger.$ Command Displays current program name and line number.
basic.debugger.? Command Displays current program name and line number.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.