We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
开发者_开发技巧 Improve this questionAnyone aware of a port of Managed Stack Explorer for .net 4 runtime?
http://blogs.microsoft.co.il/blogs/sasha/archive/2011/07/19/clr-stack-explorer-preview.aspx
CLR Stack Explorer obtains reliable call stacks of managed processes, supports any combination of 32-bit/64-bit and CLR2/CLR4.
FYI: https://github.com/vadimskipin/MSE
Basically it is simple UI for CorDbg API using wrappers from MDBG sample. If you really prefer MSE over WinDBG/SOS - you are welcome!
Alternatives:
CLR Profiler for .NET Framework 4
VMMap
WinDBG
Here is x64 and x32 version of MSE with support for .NET 4.0. Спасибо Вадим
https://artisticcheese.wordpress.com/2015/09/16/managed-stack-explorer-with-support-for-net-framework-4-0-x32-and-x64-versions/
ProcInsp (I'm its developer) is another alternative of MSE. It allows to view running threads and stack traces of clr processes.
精彩评论