Visual studio Intellitrace Inner Exception

89 Views Asked by At

I'm trying to debug an entity framework based application which uses a lot of await/async operations.

When some entity framework exception pops up, the intellitrace helps to find where is the problem, this is easy! The problem is that, the "locals window" doesn't show the inner exceptions, so, it's no possible to discovery the entity framework errors.

How to read inner exception from intellitrace?

0

There are 0 best solutions below