PDB Locations |
Post Reply |
Author | |
mrmathis
Senior Member Joined: 17 May 2007 Location: United States Status: Offline Points: 105 |
Post Options
Thanks(0)
Posted: 11 December 2008 at 3:05pm |
Is there a reason that the PDB files are not generated in the same folder and with the same naming scheme as the corresponding DLLs? Out of the box, for example, one DLL is
../../bin/vc90/ToolkitPro1201vc90.dll while the PDB is
.\Release/vc90/ToolkitPro1201.pdb
Note the folders are different, and the DLL encodes the compiler version (eg vc90) into the filename while the PDB does not. This causes me some mild heartburn each time I roll out a new version of Codejock to my team, since it doesn't play well with some custom crashlog debugging tools we use, which assume that the files live together. I end up modifying the project files over & over.
--Mike
|
|
--Mike
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |