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
精彩评论