Share via

How can i make VS stop on all exceptions.

Gavin Williams 761 Reputation points
May 12, 2020, 4:18 AM

VS often doesn't stop on exceptions, how can I force the debugger to stop on ALL exceptions?

Because a blank windows and the following output isn't helpful ...

Exception thrown: 'System.ArgumentException' in System.Private.CoreLib.dll

Exception thrown: 'System.ArgumentException' in System.Private.CoreLib.dll

Exception thrown: 'System.ArgumentException' in System.Private.CoreLib.dll

Exception thrown: 'System.ArgumentException' in System.Private.CoreLib.dll

Exception thrown: 'System.ArgumentException' in System.Private.CoreLib.dll

Exception thrown: 'System.ArgumentException' in System.Private.CoreLib.dll

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Xiaodi Yan 876 Reputation points MVP
    May 12, 2020, 4:24 AM

    You could open the exception settings and select the exceptions you want to stop on:
    7993-snipaste-2020-05-12-16-23-56.png

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.