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

Release 下调试代码设置 (VS2005/2008)

2012年09月21日 ⁄ 综合 ⁄ 共 312字 ⁄ 字号 评论关闭

Release 下想调试代码只需要修改一下设置:

  1. 右键当前工程, 选择properties
  2. 选择 All Configurations
  3. C++>General->Debug Information Format->Program Database (/Zi)
  4. C++>Optimization->Optimization->Disabled (/Od)
  5. Linker->Debugging->Generate Debug Info->Yes (/DEBUG)
  6. Linker->Debugging->Generate Program Database File->$(TargetDir)$(TargetName).pdb (default path)

   保存下就OK 了.

抱歉!评论已关闭.