Debugging
Programs
The WinDbg
debugger lets you analyze the internal workings of your program by using the
debugger to control program execution and examine variables, memory, and
registers. In this section, you will use the GENERIC program to learn debugging
strategies and techniques within WinDbg.
This section
describes the following tasks:
Preparing a debug version of
a program
Setting and removing
breakpoints
Controlling program
execution
Using watch expressions
Using Quickwatch
Debugging services
Postmortem debugging
Remote debugging