(适用VS2005/VS2008)

在当前工程点击右键选择properties,选择 All Configurations

  1. C++>General->Debug Information Format->Program Database (/Zi)
  2. C++>Optimization->Optimization->Disabled (/Od)
  3. Linker->Debugging->Generate Debug Info->Yes (/DEBUG)
  4. Linker->Debugging->Generate Program Database File->$(TargetDir)$(TargetName).pdb

相关文章:

  • 2022-01-24
  • 2021-08-21
  • 2022-01-02
  • 2022-01-06
  • 2021-12-11
  • 2022-02-12
  • 2022-12-23
猜你喜欢
  • 2021-08-16
  • 2021-03-27
  • 2021-10-25
  • 2022-12-23
  • 2021-10-12
  • 2022-01-06
  • 2021-04-29
相关资源
相似解决方案