Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Managed Stack Explorer for CLR 4 [closed]

Tags:

.net-4.0

Anyone aware of a port of Managed Stack Explorer for .net 4 runtime?

like image 326
Trainee4Life Avatar asked Apr 04 '11 02:04

Trainee4Life


2 Answers

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.

enter image description here

like image 107
Ohad Schneider Avatar answered Oct 14 '22 04:10

Ohad Schneider


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!

like image 3
Vadim Skipin Avatar answered Oct 14 '22 04:10

Vadim Skipin