I'm working in a new VS2008 installation with an ASP.NET web application project, and for some reason it's not catching exceptions at all. Where I used to get the helpful little green popup in the IDE notifying me of an unhandled exceptions and allowing me to examine the values of local variables etc., it now goes straight to the Yellow Screen of Death.
Debugging is working otherwise - for example I can set a breakpoint and it works normally.
I'm sure there's just an incorrect setting somewhere in Visual Studio - any thoughts?