PreviousNext

Finding swallowed and async exceptions using IntelliTrace in VS2015

by bill-s, 2015-07-18T08:37:44.000Z

In this blog post I am going to walk you through using IntelliTrace in Visual Studio 2015 to deal with two exception-related scenarios:
  1. Finding swallowed exceptions and fixing the bad exception handling
  2. Finding the source of exceptions in async code
If you haven’t done so already, check out the announcement of IntelliTrace in Visual Studio 2015 which gives you an overview of IntelliTrace and its improved UI.

Read More