.NET news » Debug 
NET Debugging: Dump All Strings from a Managed Code Process Running
Advanced Debugging Processes
Advanced .NET Debugging Extracting Information from Memory
Advanced .NET Debugging Extracting Information from Memory
Beginner Guide to Page and Script Debugging with Chrome
A beginner introduction to the features of the Chrome Debugger.
Debugger Engine API: Writing a Debugging Tools for Windows Extension, Part 3: Clients and Callbacks
In this third article of a series we delve deeper into the relationship between a debugger extension and the debugger, examining the architecture of debugger clients and debugger callbacks.
Debugger Engine API: Writing a Debugging Tools for Windows Extension, Part 2: Output
Continuing to work on his Debugger Engine extension, Andrew Richards shows you how to avoid all the dangerous traps you might find as you enhance the tool’s output.
Using PDB files and symbols to debug your application
With the help of PDB files, you are able to recover the source code as it was before compilation from the bits and bytes at runtime.
Debugging, Tracing and Instrumentation in .NET and ASP.NET (14 FAQ) with full video
.NET and ASP.NET tracing frequently asked questions
Writing a basic Windows debugger
Learn how you can write your own Windows debugger.
How to Debug the Windows OS using USB
This article describes the story of an experiment whose main goal was to perform the Windows OS debugging using the USB bus.
Thread Performance: Resource Contention Concurrency Profiling in Visual Studio 2010
Visual Studio 2010 includes new resource contention profiling features that help detect concurrency contention among threads. We walk through a profiling investigation to demonstrate how you can pinpoint and fix resource contention problems in your code.
6 Jun 2010, 19:00:00 Source: Thread Performance: Resource Contention Concurrency...
Tags: Debug
Performance
Visual Studio