I am able to edit my code in debug mode but then pop up shows the error that \"Edits were made which cannot be compiled. Execution cannot continue until the compile errors a
I had this problem as well in a c# project. It turns out it was because I had recently enabled the "Enable native code debugging" option.
Turning it off restored the functionality.