Hi there,
I am experiencing an issue where by although I am able to run all my tests fine and get meaningful results, I cannot step into them or do any kind of debugging... the debugger appears to start successfully but it does not break on any exceptions, nor are any breakpoints hit. I know the tests are still executing as I still see what I would expect in the output window in Visual Studio. If I change the target framework up to v4.0, the problem is no longer encountered.
I am using the latest Nuget packages as of this morning, and I have tried this in both VS 2012 and 2013, and through both NCrunch and Resharper 8... all checked\updated to latest versions also.
Pete