Chapter 10 Special Topics

10.1 Debugging in Windows

The Microsoft CodeView for Windows debugger (CVW) is a powerful tool for analyzing the behavior of Microsoft Windows programs. With CVW, you can test the execution of your application and examine your application's data. You can isolate problems quickly because you can display any combination of variables—global or local—while you halt or trace your application's execution.