I have a block of code in a lock:
lock (obj) { //... }
I also have a property that locks on that same object. Simple enough scenario. My ques
My experience is that the VS.NET debugger does freeze from time to time, but it must have some deadlock detection and debug optimizations to avoid these types of issues.