When I debug my unit tests (I use xUnit), an exception is thrown. I get a screen (below) asking about the location of ExceptionAggregator.cs. Where can I find him?
Are you debugging the release build?
I find that Visual Studio will go into the xUnit Runner thread when debugging in the "Release" assembly.
Build with Debug mode and debugging should be great.