0

I have downloaded the latest version of SFML (a library) which includes source files, dlls, headers, and .lib files. I have no problem using the library and it's linked dynamically. I'd like to be able to step through the library code in the debugger (I used to be able to which earlier version), but now I can only see the assembly. What is the usual way to generate pdb files to so? thanks

4

1 回答 1

2

一般来说,Visual Studio 2010 应该会自动为您生成 .pdb 文件(如果您在调试模式下构建)。查看您的调试输出文件夹。您可以从项目设置中查看生成的 .pdb 的位置和内容;

生成 PDB

斯特伦

于 2012-05-18T22:57:20.640 回答