开发者

How can I speed the download of symbol files from the microsoft (and other) servers?

开发者 https://www.devze.com 2023-04-03 17:19 出处:网络
My WinDbg is configured to download symbol files from the MS server automatically. When this happens, the process is painful, because it takes time to download the pdb files, which tend to be big. It

My WinDbg is configured to download symbol files from the MS server automatically. When this happens, the process is painful, because it takes time to download the pdb files, which tend to be big. It also so happens that these downloads are not optimized - each download proceeds in a single session. This is unlike what would have happened if I was downloading them manually using some download manager.

So, my question is how can I make these downloads to proceed开发者_StackOverflow中文版 in several sessions to speed up the process? Needless to say, I prefer free solutions.

Thanks.


You can download the corresponding symbol package for your OS from:

http://msdn.microsoft.com/en-us/windows/hardware/gg463028.aspx

This will allow you to have a large symbol cache out of the gate.

  • Jason
0

精彩评论

暂无评论...
验证码 换一张
取 消