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
usually editing a file during debugging is possible when you have hit a breakpoint (and only then).
There are some restrictions though: -your new code must compile -you cant change code in a function that contains lambda expressions