在 Visual Studio 中调试框架代码

发布于 2024-08-20 18:34:54 字数 322 浏览 13 评论 0原文

这篇文章是(http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx)仍然是从 Visual Studio 调试框架代码的首选方法吗?或者有什么改变吗?

Is this post (http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx) still the preferred method for debugging framework code from visual studio? Or has anything changed?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

北斗星光 2024-08-27 18:34:54

这是一种方法。另一种方法是使用即将推出的 .NET Reflector Pro,它允许反编译框架并通过它进行调试。提供免费测试版。

第一种方法的优点是您可以获得带注释的实际源代码。第二种方法的优点是,即使 Microsoft 没有提供您感兴趣的部分的源代码,您也可以调试框架代码。

This is one way. The other way is using the upcoming .NET Reflector Pro that allows decompiling the framework and debugging through it. A free beta is available.

The first way has the advantage that you get the actual source code with comments. The second way has the advantage that you can debug framework code even if Microsoft does not provide the source for the part you are interested in.

风渺 2024-08-27 18:34:54

从 Visual Studio 2008 开始,您的问题的答案分别是“是”和“否”。

As of Visual Studio 2008, the answers to your question are yes and no, respectively.

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