J
Jack Jackson
My VB 2005 winforms application has an Application.ThreadException
handler to catch any unhandled exception.
When debugging, the debugger doesn't stop when I get an exception,
control passes to my application exception handler. Currently I
comment out the handler to be able to get the debugger to stop when an
unhandled exception occurs.
Ideally I would like to have the debugger stop when any exception
occurs, then optionally be able to proceed by having the exception
bubble up. Is this possible?
handler to catch any unhandled exception.
When debugging, the debugger doesn't stop when I get an exception,
control passes to my application exception handler. Currently I
comment out the handler to be able to get the debugger to stop when an
unhandled exception occurs.
Ideally I would like to have the debugger stop when any exception
occurs, then optionally be able to proceed by having the exception
bubble up. Is this possible?