| Visual
C++ Debugging |
PAGE
(1 of 6) |
|
Introduction to Visual C++ Debugging
Debugger Definition
A program used to control the execution of another program for
diagnostic
purposes.
Debugger Features / Operations
Single-Stepping
Executing a program one instruction at a time.
Variable Examination
Inspecting the changes in a variable's value during execution.
Breakpoints
Setting temporary halting places within a program.
Expression Evaluation
Determining the value of an arbitrary expression during debugging
execution.
Integrated MS Visual C++ GUI Debugger
Allows interactive debugging from within the Integrated Development
Environment (IDE) thru the editor window.
| © CS Dept Va Tech, 1997. |
All rights
reserved.
|