𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Inside Windows debugging: [practical debugging and tracing strategies]

✍ Scribed by Tarik Soulami


Publisher
Microsoft Press
Year
2012
Tongue
English
Category
Library

⬇  Acquire This Volume

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:

  • Go behind the scenes to examine how powerful Windows debuggers work
  • Catch bugs early in the development cycle with static and runtime analysis tools
  • Gain practical strategies to tackle the most common code defects
  • Apply expert tricks to handle user-mode and kernel-mode debugging tasks
  • Implement postmortem techniques such as JIT and dump...

  • πŸ“œ SIMILAR VOLUMES


    Inside Windows Debugging: A Practical Gu
    ✍ Tarik Soulami πŸ“‚ Library πŸ“… 2012 πŸ› Microsoft Press 🌐 English

    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

    Inside Windows Debugging
    ✍ Tarik Soulami πŸ“‚ Library πŸ“… 2012 🌐 English

    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

    Debugging with GDB: The GNU Source-Level
    ✍ Richard M. Stallman, Roland Pesch, Stan Shebs πŸ“‚ Library πŸ“… 2002 πŸ› Free Software Foundation 🌐 English

    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

    Advanced Windows Debugging
    ✍ Mario Hewardt, Daniel Pravat πŸ“‚ Library πŸ“… 2008 πŸ› Addison-Wesley 🌐 English

    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