Z
Zytan
I have code running in the debugger as I type. I press pause, and it
pauses on:
Application.Run(new myForm());
*I believe* a worker thread is in deadlock (it's in a lock, but calls
another function that tries to use the same lock). If the main thread
was deadlocked, I think the debugger would stop right on that spot.
So, I assume that it is a worker thread that is deadlocked.
Is there any way to stop the debugger into a specific thread?
Any help is greatly appreciated!!
Zytan
pauses on:
Application.Run(new myForm());
*I believe* a worker thread is in deadlock (it's in a lock, but calls
another function that tries to use the same lock). If the main thread
was deadlocked, I think the debugger would stop right on that spot.
So, I assume that it is a worker thread that is deadlocked.
Is there any way to stop the debugger into a specific thread?
Any help is greatly appreciated!!
Zytan