Visual Studio 是否有可用的调试符号?

发布于 2024-07-08 04:34:44 字数 91 浏览 9 评论 0原文

我想追踪 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

李白 2024-07-15 04:34:44

最新的 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.

美胚控场 2024-07-15 04:34:44

不,最接近的是库的调试符号,可以按照此处。 但正如我所说,这些不适用于 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.

可爱咩 2024-07-15 04:34:44

根据我的经验,大多数 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文