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

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: