How do I enable file editing in Visual Studio's debug mode?

前端 未结 11 746
抹茶落季
抹茶落季 2020-12-07 16:12

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

11条回答
  •  北海茫月
    2020-12-07 16:41

    • UNcheck "Enable Edit and Continue" (Tools -> Options -> Debugging -> Edit and Continue > Enable Edit and Continue)
    • Build your app.
    • Run it.
    • Stop it.
    • REcheck "Enable Edit and Continue".
    • Build your app.
    • Run it.
    • Try editing the files while debugging now.

    This worked for me. I believe it might be some bug or syncing issue with Visual Studio 2015.

提交回复
热议问题