CTRL+D,E (Debug -> Exceptions), here you can specify when you want the debugger to break. Default the debugger does not break on Exceptions that are handled, but here you can say that it should break on all thrown exceptions.
Posted by: Tejo | March 6, 2008
CTRL+D,E – Exceptions
Posted in CodeTips | Tags: VisualStudio vs code tip