Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] Third Party Tools
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 06-15-2009, 12:51 PM
AVR AVR is online now
Registered User
 
Join Date: 04-16-2009
Posts: 4
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.
Reply With Quote
  #2  
Old 06-15-2009, 01:29 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



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


Copyright © 1999-2023 Kinook Software, Inc.