Visual Studio: What happened to the "Break when an exception is unhandled" option?

Posted by Adrian Grigore on Stack Overflow See other posts from Stack Overflow or by Adrian Grigore
Published on 2010-04-13T16:29:50Z Indexed on 2010/04/13 16:33 UTC
Read the original article Hit count: 506

Hi,

As far as I remember, Visual Studio (both 2008 and 2010) used to have an option to break either on thrown exceptions or on unhandled exceptions. Now when I bring up the Exceptions dialog (Ctr+Alt+E), it just offers to break when an exception is thrown:

http://screencast.com/t/NDk3NDYxZD

I've tried resizing to the columns in that dialog, but that did not help. Is this a bug, or am I missing something?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about visual-studio-2008