No checkbox for User-unhandled exceptions, VS 2005

I

IraG

When I select Exceptions... from the Debug menu in VS .Net 2005, I am
only seeing a "Break when exception is thrown" column of checkboxes.
There is no checkbox column for "Break when exception is
user-unhandled", as described in the help file.

Would anybody have an idea on why this might be the case, and/or how
could get back the ability to select breaking on user-unhandled
exceptions as I had been able to do in dotnet 2003?

I have tried the Reset All button in the exceptions dialog, but that
didn't do anything.
 
I

IraG

Ok, I got it:

Tools -> Options -> Debugging -> General -> Select "Just My Code"

(hope this might help somebody else..)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top