September 20, 2011
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 in 9 easy steps.
- Download the 167Mb installer that contains the logic and data required to install Reference Source, .Net 4.0. On the download page table, its named “.Net”, Version: 4.
- Execute the installer “Net_4.msi” that you have downloaded in the previous step.
- Install it onto a path of your choice. Example “C:\Development\Framework 4 Source”
- Launch Visual Studio 2010. From the Tools menu, choose Options and open the Debugging node.
- Select General, then do the following:
- 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)”
- Select Symbols under Debugging.
- In the Symbol File Locations box, add the downloaded symbols location: “C:\Development\Framework 4 Source\Symbols”
- Enter in text box under ‘Cache symbols in this directory’: “C:\Development\Framework 4 Source\Symbols\Cache”
- That’s it, you can now Step Into .NET source code. Happy sessions!
















1 comment so far
Trackbacks
Add a comment