vote up 11 vote down star
1

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

flag

6 Answers

vote up 2 vote down check

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

link|flag
vote up 0 vote down

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|flag
vote up 0 vote down

You can try out DebugDiag 1.1

link|flag
vote up 3 vote down

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

link|flag
vote up 4 vote down

@keeb - Nothing is wrong with windbg. It gives me all the stuff I need.

I was looking for a more user friendly tool to train some new joinees.

link|flag
vote up 0 vote down

What is wrong with windbg?

What are the apps you mentioned missing that you looking for?

link|flag

Your Answer

Get an OpenID
or

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