Inside Windows debugging: [practical debugging and tracing strategies]
β Scribed by Tarik Soulami
- Publisher
- Microsoft Press
- Year
- 2012
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Use Windows debuggers throughout the development cycle—and build better software
Rethink your use of Windows debugging and tracing tools—and learn how to make them a key part of test-driven software development. Led by a member of the Windows Fundamentals Team at Microsoft, you'll apply expert debugging and tracing techniques—and sharpen your C++ and C# code analysis skills—through practical examples and common scenarios. Learn why experienced developers use debuggers in every step of the development process, and not just when bugs appear.
Discover how to:
π SIMILAR VOLUMES
Use Windows debuggers throughout the development cycle - and build better software. Rethink your use of Windows debugging and tracing tools - and learn how to make them a key part of test-driven software development. Led by a member of the Windows Fundamentals Team at Microsoft, you'll apply expert
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
The GNU Debugger allows you to see what is going on "inside" a program while it executes - or what a program was doing at the moment it crashed.GDB supports C, C++, Java, Fortran and Assembly among other languages; it is also designed to work closely with the GNU Compiler Collection (GCC).The GNU De
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