MSVS 2010。解决方案项目拒绝调试
我基于调试一个创建了几个新的解决方案配置,然后取消了标准调试和发布。
我想知道为什么所有解决方案项目都拒绝调试。当我将断点放入代码的第一行时(无论是 Windows 窗体应用程序、控制台、测试项目...),MSVS 告诉我,“当前不会命中断点”。
我清理了解决方案并在那之后重建,但徒劳无功。
我应该检查什么才能使我的项目可调试?
先感谢您!
I have created several new solution configurations based on debug one and then killed standard debug and release.
I wonder why all of solution project refuse to be debugged. When I put break point into the very first line of code (no matter if it is windows-forms application, console, test project...) MSVS tells me, that "breakpoint will not be currently hit".
I cleaned the solution and rebuild after that but in vain.
What should I check to make my projects debuggable?
Thank you in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此处提出了类似的问题。
我应该将 [项目属性/构建/高级/输出/调试信息] 设置为除 [无] 选项之外的其他内容。
Alike question was asked here.
I should have set [project properties/build/advanced/output/debug info] to something except [none] option.