Visual Studio 2008 Debugger Does Not Catch Exceptions

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?

+3
source share
3 answers

(), ASP.NET Project Properties/Web/Debuggers.

+2

, , , IDE ( , "- > " )

+2

In the debug menu -> exceptions

You can choose which exceptions to catch or not .. is that what you had in mind?

+2
source

Source: https://habr.com/ru/post/1703623/


All Articles