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:
but I want the original 'way':
These are my Debug\Exceptions
settings:
Can anyone please help me? This thing drive me crazy.
Tell the debugger to break when an exception is thrownIn the Exception Settings window (Debug > Windows > Exception Settings), expand the node for a category of exceptions, such as Common Language Runtime Exceptions. Then select the check box for a specific exception within that category, such as System.
To end a debugging session in Microsoft Visual Studio, from the Debug menu, choose Stop Debugging.
You can also click on the line you want to skip to and hit Ctrl+F10 (Run to Cursor). It will jump directly to that line.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With