【发布时间】:2017-02-03 09:49:50
【问题描述】:
我正在尝试逐步浏览 System.Linq 中的一些 .Net 源代码(特别是 System.Linq.Enumerable.cs),并遵循一些现有指南来逐步浏览 .Net 源代码:
How can I step into Microsoft's .NET framework source code?
https://blogs.msdn.microsoft.com/mcsuksoldev/2010/09/09/debugging-the-net-framework-source-code/
但到目前为止,没有任何效果。我在 VS 2015 中禁用了“Just My Code”并启用了“.Net source stepping”。它显示了为 mscorelib.dll 和 System.Core.dll 加载的模块,但 System.Linq.dll 无法加载符号。
【问题讨论】:
-
.NET 4.6.2 仍然不是 GDR,应该很快就会发生。使用this post 中显示的故障排除过程来获得事实而不是猜测。
标签: c# .net linq visual-studio-2015