Thursday, February 07, 2008

Configuring Visual Studio to Debug .NET Framework Source Code

If you haven't heard about this before - Microsoft now provides code to many of the files in the .NET framework as well as the PDB files - so that you can debug into the framework methods.

Shawn Burke has written about how to setup Visual Studio so that you can perform the debugging.
Configuring Visual Studio to Debug .NET Framework Source Code

Visual Studio will download the files on an as needed basis. That can be a problem if you arent connected all the time or if you dont have Visual Studio and all you want to do is read the source code.

Now there is a tool that will allow you to download the entire set of files at once.

.NET Mass Downloader

No comments: