Debug InspectorTM is a Visual Studio® Extension
(on Visual Studio Gallery),
a stand alone Studio exe for unmanaged deadlock detection,
and soon to be a SharpDevelop IDE AddIn, that allows you
to view the call stacks of multiple threads at the same time, plugs in to the internals
of the CLR and automatically detects deadlocks.
It allows you to see exactly what the CLR/Kernel is doing under the hood and shows, for each thread, the locks owned and the lock(s) waited on, if any. Here are some outside reviews: Dev102 , and Microsoft Blogs
It allows you to see exactly what the CLR/Kernel is doing under the hood and shows, for each thread, the locks owned and the lock(s) waited on, if any. Here are some outside reviews: Dev102 , and Microsoft Blogs
