第一步:

项目->属性->C/C++->General->Debug Information Format->Program Database for Edit & Continue (/ZI)

VS2015 让Release程序生成pdb文件

 

第二步:

项目->属性->C/C++->Optimization->Optimization->Disabled(/Od)

VS2015 让Release程序生成pdb文件

 

第三步:

项目->属性->Linker->Debugging->Generate Debug Info->Yes(/DEBUG)         

VS2015 让Release程序生成pdb文件

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2021-07-29
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
相关资源
相似解决方案