You are on page 1of 1

Using DebugDiag to capture a dump on First Chance Exception

Rate This
5

Kaushal Kumar Panday


Kaushal Kumar Panday
Microsoft
MSFT

11,250 Points 8 4 2
Recent Achievements
View Profile

Blog Party Starter Blog Commentator II Blogger III

9 May 2012 12:35 AM


Comments 2
Capturing memory dumps is a most common ask while troubleshooting
performance related issues with web applications. We generally use
DebugDiag to do so. Not many are familiar with the tool and hence find it
difficult to use it to capture the data.
This time Ill discuss how to use DebugDiag to generate memory dumps on
First Chance Exceptions. Please go through the following blog if you want to
know what a first chance exception is:
http://blogs.msdn.com/b/davidklinems/archive/2005/07/12/438061.aspx
Ill be using DebugDiag v1.2, below is the download link:
http://www.microsoft.com/en-us/download/details.aspx?id=26798
Download and install the tool corresponding to the bitness of the server and
not the process i.e., for 32 bit machines download x86 and for 64 bit
download x64.
The default installation folder is C:\Program Files\DebugDiag

You might also like