Is there a way to enable file editing while debugging in Visual Studio? I have unchecked the \"Require the source file to exactly match the original version\" checkbox. It m
Tools -> Options -> Debugging -> Edit and Continue > Enable Edit and Continue
)This worked for me. I believe it might be some bug or syncing issue with Visual Studio 2015.