c# - 在 Visual Studio 2012 中调试 .NET Framework 源代码?

标签 c# asp.net .net visual-studio visual-studio-2012

我正在使用 Visual Studio 2012。我想调试 .NET Framework 源代码。我已经尝试了几乎所有选项,但我仍然得到 There is source code available for Current Location。符号加载成功。我试过加载 Microsoft Symbol Server 并试过这个 url http://referencesource.microsoft.com/symbols .但我仍然无法调试。我试过这些链接,http://blogs.msdn.com/b/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspxhttp://msdn.microsoft.com/en-us/library/cc667410.aspx

也关注了这个,http://blogs.msdn.com/b/dotnet/archive/2012/08/15/announcing-the-release-of-net-framework-4-5-rtm-product-and-source-code.aspx

是否有人能够在 VS 2012 中调试 .NET Framework 源代码?

最佳答案

调试 .NET Framework 源代码已中断很长时间。看VisualStudio UserVoice上的相关建议Allow developers to step through .NET Framework sources .好消息:它终于被修复了!请参阅 Microsoft 的以下博客文章:

A new look for .NET Reference Source

简而言之:

目前是“测试版”。最终它将取代 http://referencesource.microsoft.com/ .微软还 promise 添加更多程序集的来源。

关于c# - 在 Visual Studio 2012 中调试 .NET Framework 源代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15185725/

相关文章:

c# - 如何获取 ISubscriber 连接的客户端 ID?

c# - 如果在 "using"语句中使用try/catch,一次性资源会被释放吗?

c# - WPF 工具提示放置目标返回 null

c# - 将值添加到弧

c# - 我应该如何断言两个集合的元素相同?

c# - 我可以用 "HostingEnvironment"来判断是Web还是Win

asp.net - IIS ApplicationPoolIdentity没有对 'Temporary ASP.NET Files'的写权限

c# - 如何重新加载下拉列表

.net - 在任务管理器中启动后,WPF应用程序立即退出

c# - 使用从单个参数派生的两个参数调用基本构造函数