For some reason, Studio 2012 stops the program every time an exception occurs, even if it is processed by user code. How to set up a studio to stop the program only with unhandled exceptions?
I thought that for this you need to uncheck the User-unhandled checkboxes, but this is impossible.
UPD1. Yes, this is a debug build. And I process exceptions as usual:
try { throw new Exception(); } catch(Exception e) { }
UPD2. A strange problem really decided to reinstall. Of course, it makes sense to discuss the true reason, but this question is not interesting for me.
UPD3. Strange, I can not close your question. That is how it should be?