Can somebody suggest a good free tool for analyzing .Net memory dumps other than Adplus/windbg/sos ?
A:
What is wrong with windbg?
What are the apps you mentioned missing that you looking for?
Nick Stinemates
2008-09-07 04:42:46
+2
A:
You can load sos and your memory dump into Visual Studio to at least insulate you from the 'interesting' ui that WinDbg presents.
Rob Walker
2008-09-07 05:16:58
+3
A:
Hava a look at SOS Assist (http://old.thinktecture.com/SOSAssist/default.html), it provides a GUI around SOS.
Johannes Passing
2008-09-07 10:21:52
+1
A:
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.
Omer Mor
2009-01-31 21:11:00