Re: Deploying builds, PDB, C7 and debug symbols...
- From: "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
- Date: Fri, 22 Sep 2006 11:00:27 +0300
Well, finally I deployed a symbol server and _NT_SYMBOL_PATH everywhere
here so let's see if it goes smoothly :)
Is it interesting to deploy binaries or just PDBs on the symbol server?
What is your experience?
Binaries on the symbol server are needed if you are going to debug dumps
(the debugger will have to find matching binaries in that case). If you only do live
debugging, binaries are not needed.
I usually prefer to organize things in the following way:
- Binaries and symbols are stored on a file server, in build-oriented directory structure
- Only pointers to the binary and symbol files are stored on the symbol server
(use symstore with /p option)
As a result, symbol server (store) does not take much disk space, and can be deleted
and easily regenerated if necessary (e.g. if some intermediate builds were removed
from the file server after product release).
Oleg
.
- Follow-Ups:
- Re: Deploying builds, PDB, C7 and debug symbols...
- From: Bertrand Augereau
- Re: Deploying builds, PDB, C7 and debug symbols...
- References:
- Deploying builds, PDB, C7 and debug symbols...
- From: Bertrand Augereau
- Re: Deploying builds, PDB, C7 and debug symbols...
- From: Bertrand Augereau
- Deploying builds, PDB, C7 and debug symbols...
- Prev by Date: Re: GetProcAddress() refused to return address
- Next by Date: Re: WTL and winbase.h
- Previous by thread: Re: Deploying builds, PDB, C7 and debug symbols...
- Next by thread: Re: Deploying builds, PDB, C7 and debug symbols...
- Index(es):
Relevant Pages
|