2026/08/24我做了一个 PDB 符号代理:本地下载缓存,加速 msdl.microsoft.compdb_proxyPDB符号服务器msdlVisual Studio最近用 Visual Studio 写代码,经常卡在从 msdl.microsoft.com 下 PDB。 于是我维护了一份符号代理:pdb_proxy。上游走微软符号服务器,命中过的文件留在本地,下一次直接从缓存出。 仓库: https://github.com/luodaoyi/pdb_proxy 当前 Latest Release 是 v1.1.0。