10

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.

1 Answer 1

11

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.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.