Visual Studio 2017 15.5.1 - MSTest - Breakpoints not working
Hello,
when debug unit test with resharper integration the test only runs, but not gets debugged. Seems like breakpoints gets ignored, even Debugger.Break() doesn't work.
When disabling MSTest Resharper integration in Resharper Options I am able to debug the Unit Test using the Visual Studio Test Explorer.
Thanks in advance!
Please sign in to leave a comment.
Hello
Please install R# 2017.3 EAP build https://www.jetbrains.com/resharper/eap/, MS team broke some API in the latest VS release, so it has been supported in EAP.
Thanks!
Thanks @Alexander Kurakin!