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:
- How to make visual studio break only on unhandled exceptions?
- Why doesn't Visual Studio break on exceptions when debugging unit tests?
but none of the answers solved my problem.
When visual studio breaks on some of the exceptions it displays the following window: 
but I want the original 'way': 
These are my Debug\Exceptions settings: 
Can anyone please help me? This thing drive me crazy.