VS2010 要求我“清理解决方案”在每次调试之前为了断点新代码?
我正在编写一个 .Net 4 Windows 窗体应用程序。
由于这个最新项目的某种原因,它迫使我清理解决方案以便调试器“看到”新代码。它以前没有这样做过,这很令人恼火。
有谁知道如何使“开始调试”在启动之前强制进行清理和重建,或者如何在 VS2010 中修复此问题?
I am writing a .Net 4 Windows Forms app.
For some reason with this latest project, it is forcing me to clean the solution in order for the debugger to "see" new code. It has not done this before and it is irritating.
Does anyone know how to make it so "Start Debugging" forces a clean and rebuild before it starts or how to fix this in VS2010?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看“配置管理器”并检查是否为每个项目选中了“构建”复选框。
Take a look at the "Configuration Manager" and check if the "Build" checkbox is checked for every project.
从 Mrchief 的链接修复了它。
From Mrchief's link fixed it.