I have many Try, Catch blocks in many of my functions. My question is this: Is it possible to turn off the exception handling in my project temporarily? I see that there is a Debug->Exceptions menu, yet am not sure which feature to check-uncheck.
Rather than the exception code being called, I would like the debugger to stop at any exceptions.
Rather than the exception code being called, I would like the debugger to stop at any exceptions.