Hi:
I'm debugging an application and intermittently, the debugger freezes,
and I get an unhandled exception stating that an exception occurred
while trying to close a thread. I assume the thread in question is
the one I'm using.
Is there any way to prevent the debugger from closing threads like
that while stepping through code?
Thank you for any help in this matter.
Steve
Pavel Lebedinsky - 12 Mar 2004 03:03 GMT
What exception? What was the stack trace?
> I'm debugging an application and intermittently, the debugger freezes,
> and I get an unhandled exception stating that an exception occurred
[quoted text clipped - 3 lines]
> Is there any way to prevent the debugger from closing threads like
> that while stepping through code?