windows - Is it safe to remove .pdb directory from a symbol storage if I don't use them anymore? -


my local symbol storage directory contains plenty of files i'd erase (because think unused) or move separate directory. i'm know agestore , symstore can used trim symbol storage - neither seems support use case of removing information specific files symbol storage.

my local symbol storage looks like

d:\symbols\   +-> 000admin\   +-> myownlibrary.pdb\   |     +->123456789\   |     +->abcdef\   +-> vc60.pdb\   |     +->123456789\   |     +->abcdef\   ...   +-> ws2_32.pdb\   |     +->123456789\   |     +->abcdef\   ... 

is safe remove directories vc60.pdb , beneath altogether, or break fetching symbols/binaries symbol storage?


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -