C++不能调试了,报出这个错误:
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)"//如果报错这步可以不做
6) On the left, Select "Optimization"
7) On the right, change "Optimization" to "Disabled (/Od)"
8) On the left, expand "Linker"
9) On the left, select "Debugging"
10) On the right, change "Generate Debug Info" to "Yes"
11) Click ok
12) Set your breakpoints
13) Rebuild your application