I'm using VS2010 in C#
there is a place in my code where an exception is thrown and properly handled.
the problem is that I'd like to configure the debugger to break on all exceptions, handled or not - all exceptions but this one. My goal is to see all the thrown exceptions in the debugger, but this one exception is driving me bonkers as it hits somewhat often
I'd love some kind of #pragma trick?
Go to the Debug
menu, select Exceptions...
. Expand the Common Language Runtime Exceptions
category and either uncheck the specific exception if it's there or if it's not, you can add it via the Add...
button on the bottom right side (type in the full class name).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With