basic.debugger.s

Command/BASIC: Debugger, Releases: AP, R83, and AP 6.0 FlashBASIC

Displays subroutine stack.

Syntax

{Flash.routine.name:}s{!}

Description

displays the contents of the subroutine stack.

The '!' token lists the actual lines of source where the 'gosub' statements are found. (AP 6.0 FlashBASIC only).

See Also

Command Name Type Description
basic.debugger.r Command Removes top subroutine address from stack.
basic.debugger.up Command Moves up the call stack.
pob Definition Description of Primary Output Buffer.
sob Definition Description of Secondary Output Buffer.
basic.debugger.$! Command Displays call stack.
basic.debugger.?! Command Displays call stack.
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.
basic.debugger.down Command Moves down the call stack.

User Comments

What do you think?

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

Login to leave your comments.