R#: Edit and Continue Debugging not working
I'm having an issue where ReSharper causes Edit and Continue debugging to not work for some of the files in my solution. When I try to make edits, the file shows as locked (even though I'm in break mode), and I get the error: "Changes not allowed when unmanaged debugging is enabled".
Disabling resharper with the Resharper_Suspend command and then restarting the debugging session fixes the problem, so it's definitely caused by ReSharper. I'm using Visual Studio 2017 Community Edition and ReSharper 2018.1.2. I'm happy to provide more information, but I'm not sure what information would be helpful as I have no idea what the problem is.
There have been a couple posts about this in the past, but from reading those posts I mostly got that it was a bug that has been fixed. Since I'm using the most recent version of ReSharper, I don't think that applies to my case. Does anyone have any ideas about how I might go about fixing this? I'm willing to disable any R# features that might be the culprit.
Please sign in to leave a comment.
Hello Sean!
Thank you for contacting us.
Could you please try clearing caches as described in the following help article - https://resharper-support.jetbrains.com/hc/en-us/articles/206546989-ReSharper-stopped-working-for-a-single-specific-solution.
Thank you.
Angelina,
Thanks for the idea, I didn't know about that. Unfortunately, I gave it a shot and it didn't change anything.
Hello Sean!
Thank you for the reply.
Could you please specify for what files the problem is reproduced? Could you please run Visual Studio with the following command line: 'devenv /ReSharper.LogFile C:\resharper_log.txt /ReSharper.LogLevel Verbose', reproduce the issue and send us a corresponding 'resharper_log.txt' file. You can do it privately via 'Submit a request' form, please add link to this thread.
P.S. I've found also similar issue in VS community forum, please refer to it - https://developercommunity.visualstudio.com/content/problem/103919/edit-and-continue-3.html
Thank you.