首页 > 代码库 > VS2010,版本Release时:Debugging information for "project.exe" cannot be found or does not match.
VS2010,版本Release时:Debugging information for "project.exe" cannot be found or does not match.
错误提示:Debugging information for "project.exe" cannot be found or does not match. Binary was not built with debug information.
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.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。