Tool for analyzing .Net app memory dumps

☆樱花仙子☆ 提交于 2019-12-05 10:19:22

问题


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


回答1:


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




回答2:


You can try out DebugDiag 1.1




回答3:


Take a look at SOS Assist, it provides a GUI around SOS.




回答4:


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.




回答5:


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




回答6:


I found MemoScope.Net - an excellent GUI for WinDbg and ClrMd.



来源:https://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!