现在的位置: 首页 > 综合 > 正文

vs2010不能debug调试

2013年10月29日 ⁄ 综合 ⁄ 共 514字 ⁄ 字号 评论关闭

Debugging information *.exe cannot be found or does not match

 

To enable debugging:
1) Goto Project->HelloWorld 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
11) Set your breakpoints
12) Rebuild your application 

抱歉!评论已关闭.