Sysinternals ProcDump v4.0 - Writing a Plug-in for Sysinternals ProcDump v4.0

Wed, 30 Nov 2011 10:00:00 GMT

Capturing a memory dump of an application is a common troubleshooting tactic, but most dump capture tools give you either too much or too little. Now Sysinternals ProcDump v4.0 let you make the memory inclusion decisions, as Andrew Richards explains.

Read article

Debugger Engine API - Writing a Debugging Tools for Windows Extension, Part 3: Clients and Callbacks

Wed, 01 Jun 2011 10:00:00 GMT

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.

Read article

Debugger Engine API - Writing a Debugging Tools for Windows Extension, Part 2: Output

Mon, 02 May 2011 10:00:00 GMT

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.

Read article

Debugging Engine API - Writing a Debugging Tools for Windows Extension

Fri, 04 Mar 2011 10:00:00 GMT

Learning how to debug is a crucial developer skill. Fortunately, Visual Studio provides great tools for helping you debug your code. We'll cover the basics of building a custom debugger extension so you can analyze dump files (and also live systems) with ease.

Read article