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