You could open the exception settings and select the exceptions you want to stop on:
How can i make VS stop on all exceptions.
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
-
Xiaodi Yan 876 Reputation points MVP
May 12, 2020, 4:24 AM