Debug .NET Framework Source

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/



原文地址:https://www.cnblogs.com/sui84/p/6777104.html