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

Latest Debugging Articles

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.

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?

Latest Developer Videos

More...

Latest CodeGuru Developer Columns

MFC Integration with the Windows Transactional File System (TxF)

The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.

Top White Papers and Webcasts

  • Speaker: Brian Kelly, Sr. Solutions Specialist, AppSense Watch first-hand how UV technology can improve logon times. Scripts and complicated group policies are inefficient and costly in delivering the settings and policies when users log in, particularly in shared desktop and mobile work environments. A certified AppSense engineer will walk through how UV technology is used to move your legacy scripts out of Active Directory and into a contextual policy approach to the logon process.

  • Live Event Date: June 24, 2014 @ 1:00 p.m. ET / 10:00 a.m. PT People are evolving their choice for devices, and developers have to evolve their applications as well. Building apps continues to get more complex with the number of different form factors available on the market. New form factors include all-in-one PCs , 2-in-1 PCs, and more modern tablets. For the best end-user experience, the apps you build need to be aware of not only the platform, but also the devices and their capabilities. Check out …

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds