Test Explorer allows you to run tests under the debugger, and I often use it to debug individual tests. However, the debugger settings used in this case differ from those set for the test project and prevent effective debugging. I would like to restrict debugging in managed mode to the UWP class library only, while the debugger always starts in mixed native / managed mode. This prevents any debugging, since .NET Core does not support mixed mode debugging. I am working on VS 2015.
After checking and testing all the possible parameters, I was not able to switch the debug mode only from mixed to managed. Any ideas?
Failed: to clear and rebuild the problem with the MEF cache for a short time.
Debugging fails. msg Failed to connect to CoreCLR. Interop debugging not supported
source share