Re: Using PDBs for release builds
- From: "Jochen Kalmbach [MVP]" <nospam-Jochen.Kalmbach@xxxxxxxxx>
- Date: Wed, 25 Apr 2007 23:04:23 +0200
Hi Keith!
Simply putting the new PDB and old EXE files in the same location does not seem to work,
With VS2005 this is not possible. But you can try WinDbg and the command
..symopt+ 0x40
even if I modify the PDB file's timestamp, to match that of the old EXE.
Then it might work with VS2005; never tried...
--
Greetings
Jochen
My blog about Win32 and .NET
http://blog.kalmbachnet.de/
.
- References:
- Using PDBs for release builds
- From: Keith MacDonald
- Re: Using PDBs for release builds
- From: David Lowndes
- Re: Using PDBs for release builds
- From: Keith MacDonald
- Using PDBs for release builds
- Prev by Date: Re: Using PDBs for release builds
- Next by Date: Re: VC++ Beginner build and debug questions
- Previous by thread: Re: Using PDBs for release builds
- Next by thread: Re: Using PDBs for release builds
- Index(es):
Relevant Pages
|