How to debug .NET Deadlocks (C# Deadlocks in Depth - Part 3)

from blog Blog posts on .NET Software Development, C#, and Debugging on Michael's Coding Spot, | ↗ original
Welcome to the 3rd and final part of the Deadlocks-in-Depth series. In this part, I’ll show you 2 additional techniques to debug deadlocks: Working with Tracepoints and using the notorious WinDbg to automatically detect deadlocks. If you’ve stumbled on this post in an attempt to debug deadlocks, you’re in the right place. But I suggest first...