您的位置:首页 > 其它

Debug .NET Framework Source

2014-06-24 12:02 323 查看
1.Microsoft Reference Source

在线source
http://referencesource.microsoft.com/#System.Data.Linq

可以下载离线solution包,打开ndp.sln就可以看到全部souce

2.使用plugin,Ref12 或者.Net Reflector , 据说按F12就可以在线debug到里面的source,不过我还没试验成功过。

.Net Reflector好些,装好后会多个菜单,按照下面地址说明还真的可以debug,纠结的是感觉进到里面的句子不匹配,那还是不准确.

按F12不能直接进去,右键有个菜单step into specific,才可以进去。

.NET Reflector Visual Studio Extension
http://visualstudiogallery.msdn.microsoft.com/95789cdb-08f9-4dae-9b2f-fc45a452ad77/

 .NET Reflector Pro: Debugging the .NET Framework Source Code

http://www.cplotts.com/2011/01/14/net-reflector-pro-debugging-the-net-framework-source-code/

 



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: