This is a mirror of official site: http://jasper-net.blogspot.com/

Managed Stack Explorer: A Tool to Complement Process Explorer

| Sunday, July 17, 2011
I hope y’all are using Sysinternals Process Explorer on a daily basis as your Task Manager replacement. It’s a really awesome tool with lots of functionality; among my favorites are:

    Seeing all the handles and DLLs opened by the process in the bottom pane
    Monitoring important .NET performance counters through the .NET Performance tab
    Viewing a list of the process’ threads and their respective call stacks

image_thumb_5A3F4713.png

This last feature, however, has a minor drawback: it doesn’t display managed call stacks properly. The reason is the same as with many other debugging tools – managed symbol resolution requires different APIs than native symbol resolution (through Dbghelp.dll).

Read more: All Your Base Are Belong To Us
QR: managed-stack-explorer-a-tool-to-complement-process-explorer.aspx

Posted via email from Jasper-net

0 comments: