I am working in a new installation of VS2008 with an ASP.NET web application project, and for some reason it does not notice exceptions at all. Where I used to get a useful little green pop-up in the IDE, notifying me of unhandled exceptions and letting me check the values of local variables, etc., Now it goes directly to the yellow death screen.
Debugging works differently - for example, I can set a breakpoint and it works fine.
I am sure that somewhere in Visual Studio there is an incorrect setup - any thoughts?
source
share