This section summarizes Debugger commands, and describes how to fix a program error (bug), along with performing other Debugger tasks. This section contains the following topics:
Provides a summary listing of Debugger commands. |
|
Describes the process of fixing mvBASIC program errors. |
|
Provides a sample mvBASIC program in order to demonstrate several programming tasks. |
|
Describes methods to activate the Debugger, and basic Debugger startup functions. |
|
Describes methods for shutting down the Debugger, and Debugger shutdown functions. |
|
Describes how to use the Debugger to determine which variables are being assigned incorrectly. |
|
Describes methods to identify and display a program’s source code, even if that code is contained in the data section of a file. |
|
Defines and describes how to use breakpoints in mvBASIC programs. |
|
Describes how to control the execution of an mvBASIC program while in the Debugger in order to facilitate problem diagnosis. |
|
Describes how to use print commands in the Debugger to toggle program output, toggle line printing, and to spool output to the printer. |
|
Describes the function and use of the Debugger’s return stack. |
See Also
mvBase mvBASIC User Reference Guide Overview
Overview of mvBASIC Statements and Functions
Statement and Function Reference