Understand and control the Bug cycle! This detailed desktop reference, provides tutorial based examples on how to debug Windows applications developed with Visual C++. You will get a conceptual model for preventing and eliminating bugs during the design cycle that includes suggestions on identificat
Debugging Visual C++ Windows
β Scribed by Keith Bugg
- Publisher
- Publishers Group West
- Year
- 1998
- Tongue
- English
- Edition
- Pap/Dsk
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Understand and control the Bug cycle! This detailed desktop reference, provides tutorial based examples on how to debug Windows applications developed with Visual C++. You will get a conceptual model for preventing and eliminating bugs during the design cycle that includes suggestions on identification, prevention and correction for each of the four types of bugs: * compile time bugs * run time errors * logic and design errors * machine errors Debugging Visual C++ Windows examines many of the factors that indirectly affect debugging. It includes a review of solid project planning and management strategies, testing plans, and known compiler bugs. You will learn how compiler tools such as TRACE, Spy, and Stress work. And you will discover how to monitor memory operations in your program as it executes - while viewing the results 'real time' in your debug window! Also included is a critical review of the debugging tools that ship with Visual C++, as well as, commercial debuggers such as BoundsChecker and CodeWizard. Tips on debugging database applications are also provided (appendices are provided on ODBC error codes and SQL state values). The companion disk contains workspace/projects demonstrating memory state checking, error message retrieval, compiler bugs, and how to use the #pragma compiler directive, ASSERT and TRACE.
π SIMILAR VOLUMES
Keith Bugg provides readers with a tutorial-based book that covers the entire software cycle and examines both Microsoft's debugger and third-party debuggers, including Purify and Bounds Checker. As the debugging process consumes much of a programmer's time, "Debugging Visual C++ Windows" is designe
If you need to use WinDbg, this just a treasure. Some tools mentioned in the book are obsolete, at least for the 64 bit platform, and I noticed a mistake in one dump, although I don't remember where it is, but overall very accurate, and presents a lot of information hard to find elsewhere. A must if
If you need to use WinDbg, this just a treasure. Some tools mentioned in the book are obsolete, at least for the 64 bit platform, and I noticed a mistake in one dump, although I don't remember where it is, but overall very accurate, and presents a lot of information hard to find elsewhere. A must if
Through a combination of best practices and common debugging and programming techniquesβseveral of which are not currently documented in other booksβthis book shows developers why the system works the way it does and not simply what it does or how it does it.During the course of this book, readers L
&><p></p> <p style="margin: 0px;"> -- Bob Wilton, Escalation Engineer, Critical Problem Resolution Team, Microsoft </p> <p style="margin: 0px;">Β </p> <p style="margin: 0px;">βAn excellent reference for both intermediate and advanced debuggers: highly practical, and filled with tricks and strategies.