首页 > 其他 > 详细

VS2010,版本Release时:Debugging information for "project.exe" cannot be found or does not match.

时间:2014-12-19 12:12:27      阅读:529      评论:0      收藏:0      [点我收藏+]

错误提示:Debugging information for "project.exe" cannot be found or does not match. Binary was not built with debug information.

bubuko.com,布布扣


Solution

To enable debugging:

1) Goto Project->Properties

2) On the left expand "Configuration Properties"
3) Expand "C/C++"
4) On the left, Select "General"
5) On the right, change "Debug Information Format" to "Program Database For Edit And Continue (/ZI)"
5) On the left, Select "Optimization"
6) On the right, change "Optimization" to "Disabled (/Od)"
7) On the left, expand "Linker"
8) On the left, select "Debugging"
9) On the right, change "Generate Debug Info" to "Yes"
10) Click ok
12) Rebuild your application

VS2010,版本Release时:Debugging information for "project.exe" cannot be found or does not match.

原文:http://blog.csdn.net/sdgtliuwei/article/details/42025125

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!