Click here to Skip to main content
Click here to Skip to main content

Step Into .NET Framework 4.0 Source Code

By , 12 Jul 2010
 

Introduction

In this post, I'll show you how to configure your Visual Studio 2010 to step into the source code of .NET Framework 4.0.

Why?

Because it's cool.

Because it helps with debugging.
Not only can you see the code, but you can also step into it.

Because unlike with Reflector, you get the code with the original comments and variable names!

Step 1: Download Source

Go to http://referencesource.microsoft.com/netframework.aspx.

Download from the line marked with Product Name: .NET, Version: 4.
That's a 175MB download.

image

Step 2: Install Source

Install “Net_4.msi”, which you have downloaded in the previous step.

I've installed it into: “D:\RefSrc\”.
The installed size is approximately 1GB of source and symbols (are you excited yet?)

image

Step 3: Setup Visual Studio 2010

For configuring Visual Studio 2010:

  1. Launch Visual Studio 2010.
  2. From the Tools menu, choose Options.
  3. In the Options dialog box, open the Debugging node and select General
    • Uncheck "Enable Just My Code (Managed only)"
    • Check "Enable source server support"
    • Uncheck "Require source files to exactly match the original version"
    • Optional: Uncheck “Step over properties and operators (Managed only)”

image

  1. Select Symbols under Debugging.

    In the Symbol File Locations box, add the downloaded symbols location:
    D:\RefSrc\Symbols”.
    Note: To add the Symbols path, click on the folder icon.

    Enter in text box under 'Cache symbols in this directory’:
    D:\RefSrc\Symbols\Cache”.

image

That’s it, you can now try to F11 (Step Into) .NET source code.

Troubleshooting

If you fail to see the symbols, try one of the following:

  • Make sure you debug a program under .NET Framework 4.0.

image

  • Make sure you didn't install it into \Program Files\, since you need elevated permissions to write to there. If you already installed it there, you can either run Visual Studio 2010 as Administrator or just change the cache folder to some other writable folder.
  • While running, Right Click on the Call Stack, on some grayed .NET functions, select “Load Symbols From” and then “Symbol Path”.

image

  • If you encounter the “No Source Available” screen, try to press “Browse to Find Source” and find the file you need in the source directory. You should probably need to use files search to find it.
    This is done only once, since from now on Visual Studio remembers this location and searches there for missing source files.

image

Finally, you can find more information at http://referencesource.microsoft.com/.

That’s it for now,
Arik Poznanski.

kick it on DotNetKicks.com Shout it

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)

About the Author

Arik Poznanski
Software Developer (Senior) Sela Technology Center
Israel Israel
Arik Poznanski is a Senior Consultant and Instructor at Sela Technology Center. He completed two B.Sc. degrees in Mathematics & Computer Science, summa cum laude, from the Technion in Israel.
 
Arik has extensive knowledge and experience in many Microsoft technologies, including .NET with C#, WPF, Silverlight, WinForms, Interop, COM/ATL programming, C++ Win32 programming and reverse engineering (assembly, IL).
Follow on   Twitter

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionBrowse To Find Source is disabledmemberAlexander M. Batishchev12-Nov-11 8:18 
QuestionWhat about System.web ??memberXavier8317-Jan-11 4:52 
GeneralAvaliable namespacesmemberDarkWalkerRzn20-Jul-10 3:00 
GeneralRe: Avaliable namespacesmemberArik Poznanski21-Jul-10 21:57 
General.Net Version 8.0member[CC]19-Jul-10 23:17 
GeneralRe: .Net Version 8.0memberArik Poznanski21-Jul-10 21:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130617.1 | Last Updated 12 Jul 2010
Article Copyright 2010 by Arik Poznanski
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid