Visual Studio 不缓存 Microsoft Symbol Server 缓存未命中?
我将 Microsoft Symbol Server 与 Visual Studio 2008 结合使用,并且运行良好。 不幸的是,当公共符号服务器不包含符号时,需要一段时间才能超时,并且每次我启动项目进行调试时,Visual Studio 都会尝试重新加载相同的缺失符号。
有没有什么方法可以让(或欺骗)Visual Studio 记住“错过”并且暂时不再打扰?
I'm using the Microsoft Symbol Server with Visual Studio 2008 and it's working pretty well. Unfortunately, when the public symbol server doesn't contain the symbols, it takes a while to timeout, and Visual Studio attempts to reload the same missing symbols every time that I start my project for debugging.
Is there any way that I can get (or trick) Visual Studio into remembering the "misses" and not to bother again for a while?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅这篇文章
但似乎您也可以使用 控制符号加载symsrv.ini
(我猜ini文件应该放在...\Microsoft Visual Studio 9.0\Common7\IDE文件夹下)
更新:刚刚找到此链接。
使用注册表比 ini 文件方法更好。
See this post
But it seems you can also control symbols loading with symsrv.ini
(I guess the ini file should go under ...\Microsoft Visual Studio 9.0\Common7\IDE folder)
Update: Just found this link.
Using the registry is better than the ini file approach.
您可以通过 VS IDE 来完成此操作(我曾在 2005 年、2010 年和 2012 年完成过此操作)。
方法一(推荐):
方法2:
You can do this through the VS IDE (I've done this in 2005, 2010 and 2012).
Method 1 (Recommended):
Method 2: