Visual Studio 是否有可用的调试符号?
我想追踪 Visual Studio 中可能存在的错误,但如果没有 Visual Studio 本身的调试符号,这将非常困难。 Microsoft 是否提供这些功能?
I'd like to track down a possible bug in Visual Studio, but that's awfully hard without the debug symbols for Visual Studio itself. Does Microsoft make these available?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
最新的 Visual Studio 应该已经具有从 Microsoft 加载符号的选项(检查:工具 -> 选项 -> 调试 -> 符号)。 当涉及到调试 Visual Studio 本身时,请查看此 博客文章。
An up-to-date Visual Studio should already have the option to load symbols from Microsoft (Check: Tools->Options->Debug->Symbols). When it comes to debugging Visual Studio itself, have a look at this blog post.
不,最接近的是库的调试符号,可以按照此处。 但正如我所说,这些不适用于 Visual Studio 本身。
No, the closest thing are the debug symbols for the libraries which can be downloaded following the the steps here. But like I said, these are not for visual studio itself.
根据我的经验,大多数 Visual Studio Dll 在符号服务器中都有符号。 msenv.dll 是最重要的之一。
Based on my experience, most of the Visual Studio Dlls had symbols in the symbol server. msenv.dll is one of the most important.