Can somebody suggest a good free tool for analyzing .Net memory dumps other than Adplus/windbg/sos ?

link|improve this question

What is wrong with windbg? What are the apps you mentioned missing that you looking for? – Nick Stinemates Sep 7 '08 at 4:42
feedback

5 Answers

up vote 2 down vote accepted

You can load sos and your memory dump into Visual Studio to at least insulate you from the 'interesting' ui that WinDbg presents.

link|improve this answer
feedback

Hava a look at SOS Assist (http://old.thinktecture.com/SOSAssist/default.html), it provides a GUI around SOS.

link|improve this answer
feedback

I fully recommend .Net Memory Profiler. Beside being a great live memory profiler for .Net applications, it can also load memory dumps, and let you traverse the objects in the dump in a very intuitive an easy way.

Opening big dump (> 1 GB) can take a few hours though, but for us it's worth the wait. I don't know if they have trial version, but if they do you should definitely give them a shot.

link|improve this answer
feedback

You could give a look at sosnet which is small opensource winforms application which wraps windbg/sos.

https://bitbucket.org/grozeille/sosnet

It's handy and straight forward to use.

Please try it out, and contribute to it by submitting ideas / patches

link|improve this answer
feedback

You can try out DebugDiag 1.1

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.