Exiting the Debugger

Other than returning to program execution with G, the Debugger can be exited using the following commands:

END

Exits program, Debugger, and calling Proc or program (if any), and returns directly to TCL.

OFF

Exits both program and Debugger, and logs the user off the system directly.

DE[BUG]

Transfers execution to the system Debugger, and the ! prompt will be displayed. The user can return to the mvBASIC Debugger (* prompt) with the G command to the system Debugger.

See Also

Using the mvBASIC Debugger

Debugger Commands: Quick Reference

Fixing a Bug

A Sample Program

Entering the Debugger

Displaying and Changing a Variable

Accessing Source Code

Using Breakpoints and Tracing

Using Execution Control

Printing Output

Using the Return Stack