本文介绍了如何在 Visual Studio 的调试模式下启用文件编辑?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法在 Visual Studio 中调试时启用文件编辑?我已取消选中要求源文件与原始版本完全匹配"复选框.没有什么不同的.我必须停止调试才能编辑文件.很烦人.我启用了编辑并继续.结果一样.我禁用了编辑并继续 - 结果相同.
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.
推荐答案
据我所知,您可以取消选中编辑并继续"复选框.
As far as I know you can uncheck the "Edit and Continue" checkbox.
工具 -> 选项 -> 调试 -> 编辑并继续 > 启用编辑并继续(取消选中)
这篇关于如何在 Visual Studio 的调试模式下启用文件编辑?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!