basic.debugger.debug

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

Invokes virtual debugger from Pick/BASIC debugger.

Description

temporarily exits the Pick/BASIC debugger and invokes the system (virtual) debugger.

Issuing a 'g' command from the virtual debugger returns control to the Pick/BASIC debugger.

The 'debug' command is identical to the 'de' and 'debug' (TCL) command.

Example

<break>
*I3
***debug<return>
I bd.d.064 => 19 b$bd.com
!!!g<return> <- Returns to Pick/BASIC debugger
***g<return> <- Resumes program execution

See Also

Command Name Type Description
basic.debugger.de Command Invokes virtual debugger from Pick/BASIC debugger.
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.
basic.debugger.d Command Displays trace and break table.
basic.debugger.off Command Terminates program and logs process off.
system.debugger.end Command Terminates process and returns to TCL.
system.debugger.g Command Transfers execution to statement label.
tcl.debug Verb: Access Enters virtual or Pick/BASIC debugger.
system.debugger.functions Definition System debugger replacement/display functions.

User Comments

What do you think?

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

Login to leave your comments.