mike mcintyre's

.N e t J o u r n a l

This blog hosted by:
http://blogs.vbcity.com      
  Home :: Syndication  :: Login

JulAugust 2006Sep
SMTWTFS
303112345
6789101112
13141516171819
20212223242526
272829303112
3456789

Archives

Topics

Source Code

Monday, August 28, 2006 #

Managed Stack Explorer is a free power tool from Microsoft that we have found to be very useful for profiling and debugging the Microsoft .NET 2.0 applications we and our clients create.

Managed Stack Explorer is a lightweight tool used to monitor .NET 2.0 managed processes and their stacks. The Managed Stack Explorer provides a simple interface to allow you to monitor multiple processes at once and build periodic stack log files. Managed Stack Explorer works by quickly attaching to a process when a stack trace is requested, then detaching the moment the stack trace has been retrieved. This way the interference in the normal operation of the process is minimized.

Managed Stack Explorer is easy to use - just download it, unzip it, and run it!

Click the link below to download the Managed Stack Explorer, a free license, and documentation.

Stack Explorer Power Tool

posted @ 12:09 PM