开发者

C++ -- How to enforce VC6.0 create PDB file on release mode

I need to know how to set up VC6.0 so that the builder will create开发者_运维百科 PDB file even in release mode?

Thank you


Go to Project Settings, Link. Select the Category: "General" and check the "Generate Debug Info" box. After that, you can select the Category "Debug" and change settings about the debug file.

Here is the links to MSDN documentation about PDB and DEBUG information


I believe there is simply a setting in Project Settings to "Generate Debug Info". And there is another place where you specify the type of debug info to produce: map file, PDB (program database), et al.


A very detailed explanation is found here: http://msdn.microsoft.com/en-us/library/aa260783%28v=vs.60%29.aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜