vs2008 怎么在Release下调试代码

(适用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

相关文章:

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