Visual-studio – How to enable file editing in Visual Studio’s debug mode

visual studiovisual-studio-2008

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 makes no difference. I have to stop debugging to edit files. Very annoying.
I enabled Edit and Continue. Same result.
I disabled Edit and Continue – Same result.

Best Answer

As far as I know you can uncheck the "Edit and Continue" checkbox.

Tools -> Options -> Debugging -> Edit and Continue > Enable Edit and Continue (uncheck)