How to prevent VS copy .pdb files
- by fresky
Hi, i set the cache symbols from symbol servers to directory to D:\WebSymbols, but whenever i use VS2008 attach to process to debug, the VS2008 will copy the .pdb to the location of the attached process, and i also found many .pdb in the Microsoft Visual Studio 9.0\Common7\IDE\sym.
is there any way to prevent VS copying the .pdb files?
thanks in advance!