Tool for analyzing .Net app memory dumps - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T13:36:08Z http://stackoverflow.com/feeds/question/48148 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps 11 Tool for analyzing .Net app memory dumps Gulzar 2008-09-07T04:39:17Z 2009-01-31T21:11:00Z <p>Can somebody suggest a good <strong>free</strong> tool for analyzing .Net memory dumps other than Adplus/windbg/sos ?</p> http://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps/48150#48150 0 Answer by Nick Stinemates for Tool for analyzing .Net app memory dumps Nick Stinemates 2008-09-07T04:42:46Z 2008-09-07T04:42:46Z <p>What is wrong with windbg?</p> <p>What are the apps you mentioned missing that you looking for?</p> http://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps/48165#48165 4 Answer by Gulzar for Tool for analyzing .Net app memory dumps Gulzar 2008-09-07T05:00:37Z 2008-09-07T05:00:37Z <p>@<a href="#48150" rel="nofollow">keeb </a>- Nothing is wrong with windbg. It gives me all the stuff I need. </p> <p>I was looking for a more user friendly tool to train some new joinees.</p> http://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps/48171#48171 2 Answer by Rob Walker for Tool for analyzing .Net app memory dumps Rob Walker 2008-09-07T05:16:58Z 2008-09-07T05:16:58Z <p>You can <a href="http://blogs.msdn.com/vijaysk/archive/2007/11/15/sos-your-visual-studio.aspx" rel="nofollow">load sos</a> and your memory dump into Visual Studio to at least insulate you from the 'interesting' ui that WinDbg presents. </p> http://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps/48291#48291 3 Answer by Johannes Passing for Tool for analyzing .Net app memory dumps Johannes Passing 2008-09-07T10:21:52Z 2008-09-07T10:21:52Z <p>Hava a look at SOS Assist (<a href="http://old.thinktecture.com/SOSAssist/default.html" rel="nofollow">http://old.thinktecture.com/SOSAssist/default.html</a>), it provides a GUI around SOS.</p> http://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps/70154#70154 0 Answer by Tal for Tool for analyzing .Net app memory dumps Tal 2008-09-16T07:45:25Z 2008-09-16T07:45:25Z <p>You can try out <a href="http://blogs.msdn.com/tess/archive/2008/05/21/debugdiag-1-1-or-windbg-which-one-should-i-use-and-how-do-i-gather-memory-dumps.aspx" rel="nofollow">DebugDiag 1.1</a></p> http://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps/499583#499583 0 Answer by Omer Mor for Tool for analyzing .Net app memory dumps Omer Mor 2009-01-31T21:11:00Z 2009-01-31T21:11:00Z <p>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.</p> <p>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.</p>