Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] Third Party Tools (https://www.kinook.com/Forum/forumdisplay.php?f=3)
-   -   Generate pdb with Make VS 2005 (https://www.kinook.com/Forum/showthread.php?t=4052)

AVR 06-15-2009 12:51 PM

Generate pdb with Make VS 2005
 
Is there a way to access the 'Advanced' build property of a Visual Studio project to generate .pdb files while doing a build ?

Thanks.

kinook 06-15-2009 01:29 PM

For a VC 2005 project, the Debug Information Format setting is found in the DebugInformationFormat="n" attribute of the .vcproj file, where n is:

0 = Disabled
1 = C7 Compatible (/Z7)
2 = Program Database (/Zi)
3 = Program Database for Edit and Continue (/ZI)

You could use the Replace in File action to update this setting.
http://www.kinook.com/VisBuildPro/Ma...laceaction.htm


All times are GMT -5. The time now is 10:10 PM.


Copyright © 1999-2023 Kinook Software, Inc.