要让项目生成pdb文件,需要更改:
项目属性,configuration properties->linker->Generate Debug Info 从 no 改为 yes 但这样还是不够的,还需要更改: 项目属性,configuration properties->c/c++->debug information format为/ZI 项目属性,configuration properties->c/c++->optimization为Disabled 因为为了生成这个文件,需要设定debug信息的格式并关掉O2,还要更改linker生成调试信息的开关