The Wayback Machine - https://web.archive.org/web/20120121060944/http://www.codeguru.com:80/cpp/v-s/devstudio_macros/debugging/

    Debugging

    Visual C++ Thread Debugging

    Thread debugging can be one of the more difficult debugging exercises for a Visual C++ developer. The Visual Studio 2008 debugger contains a number of improvements that make thread debugging more productive, enabling code issues in multi-threaded applications to be identified and remedied faster.

    [Updated] [Debugging] - Symbols

    Learn how to set up and use the Microsoft Symbol Server to help you debug applications under Windows.

    Visual Studio Team System Unit Testing

    While Visual Studio Team System cannot resolve the two intrinsic C++ unit-testing problems (cultural issues related to agile programming and lack of metadata in native C++), it does deliver a polished unit-testing framework for C++.

    Quick Debugger Visualizers in Visual Studio 2005

    Debugger visualizers allow you to provide a custom user interface for the display of particular classes of data when your program is in debug mode. While there are some complex use cases for this, you can actually derive considerable benefit from very simple debugger visualizers—ones that take ten minutes or less to build.

    Error Lookup Tool

    An easy-to-use tool to find the description of various error codes, especially the ones returned by Platform SDK APIs, but also extendable for application-specific codes.

    StringWatch Add-in for Visual C++ 6.0

    Debugging of code operating with mid-weight and heavy strings under Visual C++ is a real pain. Visual C++ native debugger has no cunning mechanism to show long strings. Of course, there are some debugger symbols like "s" and "su" which allow to see at most 252 symbols of string. But what about the rest?

    Macro For Stepping Into #import Wrapped COM Methods

    Very useful macro that by passes the wrapper class' implementation and directly into the method you want to view

    Making the Visual C++ 6.0 debugger not 'step in'

    Making the Visual C++ 6.0 debugger not 'step in'