Advanced Debugging

The next chapter is about advanced debugging with tools other than Visual Studio. Most of these tools are available at the Debugging Tools for Windows Web site, which is located at http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx. Windbg, the latest version of Son of Strike (SOS.DLL), and Auto-Dump Plus are three of the most valuable tools available at the Web site.

Windbg is a native and kernel debugger, which is used commonly by software support engineers to diagnose problems and by developers for advanced debugging. It supports live and postmortem debugging. Live debugging is performed by attaching the debugger to a running process. Postmortem analysis is done by examining dumps. With Windbg, you can examine memory, ...

Get Programming Microsoft® Visual C#® 2008: The Language now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.