How to prevent VS copy .pdb files
Posted
by fresky
on Stack Overflow
See other posts from Stack Overflow
or by fresky
Published on 2010-04-02T02:05:17Z
Indexed on
2010/04/02
2:13 UTC
Read the original article
Hit count: 425
visual-studio
|debugging
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!
© Stack Overflow or respective owner