Visual Studio 2019 编辑并继续无效
Visual Studio 2019 Edit and Continue not working
我安装了 VS 2019 社区版。我刚刚安装了最新的(更新)版本 16.10.4。
我的项目是 .NET Core 3.1 Web 应用程序(Asp/MVC/C#)。
一段时间以来(我认为它是 3 或 4 Visual Studio 更新之前(在 2019 通用版本中),但我不确定是哪一个破坏了它)编辑并继续不起作用。如果我在调试时停在断点处并对代码进行哪怕是最细微的更改,我都会收到错误消息:
Edits were made to the code which cannot be applied while debugging.
Click Stop to stop debugging.
Click Edit to make changes to the code
一个简单的例子:我有 var counter = 1;
,我在调试时将它更改为 var counter = 1 + 1;
,我得到了前面提到的错误。
我有 checked/tried 这个 - 但没有成功:
Github - Edit and continue
另外,同样的问题在这里:
MS Developer Community
解决方案应该更新到版本16.10.4,但这并不能真正解决问题。
还有什么我可以尝试的吗?
根据评论的回答,解决方法是我们可以将vs2019版本升级到16.11.0
我安装了 VS 2019 社区版。我刚刚安装了最新的(更新)版本 16.10.4。
我的项目是 .NET Core 3.1 Web 应用程序(Asp/MVC/C#)。
一段时间以来(我认为它是 3 或 4 Visual Studio 更新之前(在 2019 通用版本中),但我不确定是哪一个破坏了它)编辑并继续不起作用。如果我在调试时停在断点处并对代码进行哪怕是最细微的更改,我都会收到错误消息:
Edits were made to the code which cannot be applied while debugging.
Click Stop to stop debugging.
Click Edit to make changes to the code
一个简单的例子:我有 var counter = 1;
,我在调试时将它更改为 var counter = 1 + 1;
,我得到了前面提到的错误。
我有 checked/tried 这个 - 但没有成功: Github - Edit and continue
另外,同样的问题在这里: MS Developer Community 解决方案应该更新到版本16.10.4,但这并不能真正解决问题。
还有什么我可以尝试的吗?
根据评论的回答,解决方法是我们可以将vs2019版本升级到16.11.0