Here is how I have configured my CDB Path in QtC
srv*http://msdl.microsoft.com/download/symbols
cache*R:\temp_KB\symbolcache
I have a Win 10 Windows Kit installed here
X:\Windows Kits\10\
When I debug in QtC I see the symbols cached on R (as expected), but also on
X:\Windows Kits\10\Debuggers\x86\sym
How can I avoid this, as it is consuming a lot of disk space? The sym directory gets pretty big.
Edit: One detail based on my comment below. It seems like only windows symbols are stored twice, the Qt library symbols I only see once in R:\temp_KB\symbolcache
, but wkernelbase.pdb
is stored twice (R:
, ..sym
).
--
Win 10 x64, QtC 4.02, Qt 5.6.1, MSVC2015