BASIC: Debugger

Command Name Type Description
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.
basic.debugger.b Command Sets breakpoint condition.
basic.debugger.c Command Toggles source line display feature.
basic.debugger.de Command Invokes virtual debugger from Pick/BASIC debugger.
basic.debugger.# Command Displays error message number (item-id)
basic.debugger.$ Command Displays current program name and line number.
basic.debugger.$! Command Displays call stack.
basic.debugger.? Command Displays current program name and line number.
basic.debugger.?! Command Displays call stack.
basic.debugger.d Command Displays trace and break table.
basic.debugger.debug Command Invokes virtual debugger from Pick/BASIC debugger.
basic.debugger.down Command Moves down the call stack.
basic.debugger.e Command Sets number of instructions to execute before entering debugger.
basic.debugger.edit Command Edits FlashBASIC source code.
basic.debugger.end Command Ends program execution.
basic.debugger.g Command Resumes execution or 'goes to' specific line number.
basic.debugger.help Command Produces quick-summary list of debugger commands.
basic.debugger.k Command Kills breakpoint.
basic.debugger.l Command Lists program source line(s).
basic.debugger.lp Command Toggles printer output status.
basic.debugger.n Command Executes through 'n' breakpoints before stopping.
basic.debugger.off Command Terminates program and logs process off.
basic.debugger.p Command Toggles terminal output.
basic.debugger.pc Command Closes and releases Spooler entry.
basic.debugger.r Command Removes top subroutine address from stack.
basic.debugger.return Command Returns from current subroutine.
basic.debugger.s Command Displays subroutine stack.
basic.debugger.t Command Establishes trace table entry.
basic.debugger.u Command Removes trace table entry
basic.debugger.up Command Moves up the call stack.
basic.debugger.v Command Verifies Pick/BASIC object code.
basic.debugger.variable.references Command References string and array variables.
basic.debugger.z Command Establishes location of source program.
basic.debugger.[] Command Sets zone output specification.
basic.debugger.] Command See '['.
Back to Category Listing