During debugging a NULL Ref Exception I accidentally unchecked the box Break when this exception type is user-unhandled
in the exception popUp. How can I turn this back on?
I've looked at debug-> exceptions but dont see null ref mentioned
In the IDE, press CTRL+ALT+E.
Using the Search bar in the top right of the window that appears, search for
NullReferenceException
You will see:
Or, you can try "Restore defaults":
If you are having trouble testing that you're managing the right exception, try throwing an exception and interacting with the check box (off and on) like shown below. If ON then break
here, if OFF then do not break
:
Additionally refer to Managing Exceptions with the Debugger
FYI... Ctrl+Alt+E is equivalent to Debug, Windows, Exception Settings.
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