Pregunta

Necesito saber cómo configurar VC6.0 para que el constructor cree un archivo PDB incluso en el modo de liberación?

Gracias

¿Fue útil?

Solución

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

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top