Visual Studio的编辑并继续功能在某个时刻再次停止工作。
VisualStudio 2010 sp1专业版。我正在用 c ++本机代码编写一个dll。我从ide运行主机32位可执行文件。我在.dll旁边有.pdb。我尝试编辑一些空格以消除我创建无法注入的场景的可能性。我点击了“应用更改”,这就是我在输出窗口中看到的内容。
-------- Edit and Continue build started --------
--------------------- Done ----------------------
但是我在弹出的对话框中看到了这一点:
Edit and Continue
----------------------------------------
Edits were made which cannot be compiled
Click Edit to fix the code.
Click Stop to stop debugging.
Click Ignore to continue without applying edits
[Edit][Stop][Ignore]
任何人都有关于如何解决这个问题的想法?代码确实编译。调试断点有效。我只是想减少这个应用程序必须进行测试的长启动时间。
答案 0 :(得分:0)
如果这对您有用,您可以通过此链接的作者(及其答案)对原始帖子进行投票:Can't edit and continue when using Visual Studio 2010 on a 64 bit machine, app targets x86