Posts

Showing posts from August, 2017

.NET Framework source code debugging

Image
The .NET Framework source code for the targeted version can be downloaded at: http://referencesource.microsoft.com/ from "Download" section. To enable .NET Framework  source code debugging in Microsoft Visual Studio see: https://msdn.microsoft.com/en-us/library/cc667410.aspx Specify which symbols to load: After this, hit "OK" button and proceed with the debugging. Enjoy (ง°ل͜°)ง