无法在 Visual Studio 2010 中调试 MVC 源代码

发布于 2024-11-04 00:29:21 字数 636 浏览 0 评论 0原文

我正在尝试使用 Microsoft 符号服务器在 Visual Studio 2010 中调试 MVC 源代码。我已配置调试选项,如下所示:

调试 - 常规设置

调试 - 符号设置

,我的项目面向 .NET Framework 4.0。 (如 调试 .NET Framework 中所述源代码仅在 Visual Studio 2010 中显示反汇编

当我尝试加载 System.Web.MVC.dll 的符号时,会弹出一些窗口,提示它们正在加载。但最后,“模块”窗口说找不到它们,调用堆栈行仍然呈灰色,我只能从反汇编窗口获取代码。

模块、调用堆栈和源代码

有人知道发生了什么吗?

I'm trying to debug MVC source code in Visual Studio 2010 using the Microsoft Symbols Server. I've configured Debugging options as seen below:

Debugging - General Setup

Debugging - Symbols Setup

and my project is targeting .NET Framework 4.0. (as said in Debug .NET Framework's source code only shows disassembly in Visual Studio 2010)

When I try to load the symbols of System.Web.MVC.dll, some window pops up saying that they're being loaded. But in the end, the Modules window says they couldn't be found, call stack lines are still grayed out and I only get code from disassembly window.

Modules, Call Stack and Source Code

Anyone knows what is happening?

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

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

发布评论

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

评论(1

埋情葬爱 2024-11-11 00:29:21

Microsoft 尚未通过其符号服务器提供整个 .NET 框架的符号/源代码。不过,MVC 是开源的,因此您可以从 Microsoft 单独下载 MVC 源代码: http://aspnet.codeplex .com/releases/view/58781

Microsoft has not provided symbols/source code for the entire .NET framework via their symbol server. However MVC is opened source so you can seperately download the MVC source from Microsoft: http://aspnet.codeplex.com/releases/view/58781

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