Question

I need to know how to set up VC6.0 so that the builder will create PDB file even in release mode?

Thank you

Was it helpful?

Solution

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top