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

Method:
1、Find the left column “test”.
Error:Debugging information for "project.exe" cannot be found or does not match. Binary was not ……
2、Right click "test"-> “Properties”。
Error:Debugging information for "project.exe" cannot be found or does not match. Binary was not ……
3、“C/C++”->"General"->Change "Debug Information Format" to "Program Database For Edit And Continue (/ZI)" .
Error:Debugging information for "project.exe" cannot be found or does not match. Binary was not ……
4、“C/C++”->"Optimization"-> Change "Optimization" to "Disabled (/Od)" .
Error:Debugging information for "project.exe" cannot be found or does not match. Binary was not ……

5、“Linker”->"Debugging"-> Change "Generate Debug Info" to "Yes(/DEBUG)".
Error:Debugging information for "project.exe" cannot be found or does not match. Binary was not ……
6、Start Debugging(F5).
Error:Debugging information for "project.exe" cannot be found or does not match. Binary was not ……


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-16
  • 2021-10-13
  • 2021-09-15
  • 2021-06-13
  • 2021-04-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案