views:

47

answers:

1

Is there anyway to see what objects have had locks placed on them in the visual studio IDE?

+1  A: 

I don't know of any method to know which objects has lock placed on them, but with SOSAssist you can see how many locks are held by a thread.

There may be a way to see this inside the Visual Studio IDE with sos.dll, but it will probably easier to use SOSAssist.

SelflessCoder