basic.debugger.debug
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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
