Author: If broken it is, fix it you should : ASP.NET | Posted on: 5/8/2009 6:54:31 AM | Views : 740

Bret wrote a post about Managed Stack Explorer , a really nice tool that was developed in 2006 but since then seems to have been forgotten. It?s excellent if you want to troubleshoot hangs/performance issues in a process but don?t want to go through the hassle of getting and analyzing a dump.   What it will do is basically attach, snap the .net call stack and detach so you can see what all the .net threads are doing without using a debugger. What is even cooler is that you can copy/run the tool from anywhere which means that you can copy it to a clients machine if you have a runaway thread in a win forms app for example.  Have a nice weekend, Tess Read More......(read more) ...

Go to the complete details ...