Episode

Improvements to Debugging Exceptions in Visual Studio “15”

In this video, we take a look at two new improvements coming in Visual Studio "15" for debugging exceptions in your code. First we see the new Exception Helper that shows you a compact, non-modal view of exception information, including instant access to the inner exception. Then we add conditions to exceptions, so that the debugger will only break when exceptions are thrown in modules you care about.

Blog Links:
Using the New Exception Helper in Visual Studio "15" Preview
Break on Exceptions Thrown only from Specific Modules in Visual Studio "15" Preview