Hi!
In a certain piece of code, I expect a fail under certain circumstances.
I've put the critical piece in a try/catch block, and it works nicely - however I'd like the debugger not to halt when the try fails.
Is that possible?
Hi!
In a certain piece of code, I expect a fail under certain circumstances.
I've put the critical piece in a try/catch block, and it works nicely - however I'd like the debugger not to halt when the try fails.
Is that possible?