VS2010 要求我“清理解决方案”在每次调试之前为了断点新代码?

发布于 2024-11-30 23:48:31 字数 157 浏览 1 评论 0原文

我正在编写一个 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

唱一曲作罢 2024-12-07 23:48:31

查看“配置管理器”并检查是否为每个项目选中了“构建”复选框。

Take a look at the "Configuration Manager" and check if the "Build" checkbox is checked for every project.

话少情深 2024-12-07 23:48:31

另外:

右键单击解决方案资源管理器中的解决方案。

点击“属性”。

导航至配置属性 ->配置在窗口左侧。

确保在您的项目行上选中“构建”复选框。

从 Mrchief 的链接修复了它。

Also :

Right Click on the solution in the solution explorer.

Click on "Properties".

Navigate to configuration Properties -> Configuration on the left side of the window.

Make sur the "Build" checkbox is checked on the line of your project.

From Mrchief's link fixed it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文