Visual-studio – Visual Studio does not break on unhandled exceptions when debugging

visual studiovisual studio 2010

Suddenly my visual studio does not break on unhandled exceptions and sometimes does not even stop on break points.

I have read many other related SO posts like these:

but none of the answers solved my problem.

When visual studio breaks on some of the exceptions it displays the following window:
enter image description here

but I want the original 'way':
enter image description here

These are my Debug\Exceptions settings:
enter image description here

Can anyone please help me? This thing drive me crazy.

Best Answer

It is called the Exception Assistant. The screenshot of the Exception dialog makes it clear you've been making changes in the dialog that also controls whether or not the Exception Assistant is enabled, you disabled Just My Code debugging.

Turn it back on. Tools > Options > Debugging > General. Tick the "Enable the exception assistant" option.