在Visual Studio 2012调试.NET Framework的源$ C ​​$ C?

在Visual Studio 2012调试.NET Framework的源$ C ​​$ C?

问题描述:

我在使用Visual Studio 2012年。我想调试.NET Framework的源$ C ​​$ C。我已经尝试了几乎所有的选择,但我仍然得到没有为当前的位置源$ C ​​$ C可用。符号被成功加载。我曾尝试加载微软符号服务器并试用了此网址http://referencesource.microsoft.com/symbols.但我仍然无法调试。我尝试了这些链接,http://blogs.msdn.com/b/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-$c$c.aspx和http://msdn.microsoft.com/en-us/library/cc667410.aspx

I am using Visual Studio 2012. I want to Debug .NET Framework source code. I have tried nearly all the options but I am still getting There is source code available for Current Location. Symbols are loaded successfully. I have tried loading Microsoft Symbol Server and tried this url http://referencesource.microsoft.com/symbols. But I am still unable to DEBUG. I have tried these links, http://blogs.msdn.com/b/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx and http://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-$c$c.aspx

有没有人能够调试.NET Framework的源在VS 2012?

Is anyone able to DEBUG .NET Framework source in VS 2012?

调试的.NET Framework源在很长一段时间破碎。查看VisualStudio中UserVoice的相关建议Allow开发商步的.NET Framework源。好消息:它终于得到解决!请参阅Microsoft提供的以下博客文章:

Debugging .NET Framework sources was broken for a long time. See the relevant suggestion on VisualStudio UserVoice Allow developers to step through .NET Framework sources. Good news: it was finally been fixed! See the following blog post from Microsoft:

A焕然一新的.NET参考源

在短期:

  • 新的Web界面来浏览源:http://referencesource-beta.microsoft.com/
  • 所有资源,包括项目文件,可以直接下载:http://referencesource-beta.microsoft.com/download.html (未编译虽然)
  • 有一个新的扩展F12导航:http://visualstudiogallery.msdn.microsoft.com/f89b27c5-7d7b-4059-adde-7ccc709fa86e
  • 来源始终是最新的调试不受补丁和更新坏了。
  • New web interface for browsing sources: http://referencesource-beta.microsoft.com/
  • All sources, including project files, can be downloaded directly: http://referencesource-beta.microsoft.com/download.html (not compilable though)
  • There's a new extension for F12 navigation: http://visualstudiogallery.msdn.microsoft.com/f89b27c5-7d7b-4059-adde-7ccc709fa86e
  • Sources are always up to date and debugging isn't broken by patches and updates.

这是目前测试版。最终,这将取代 http://referencesource.microsoft.com/ 。微软还承诺增加更多组件的来源。

It's currently "beta". Eventually it's going to replace http://referencesource.microsoft.com/. Microsoft also promises to add sources of more assemblies.