Share on Facebook
The other day at the first Mix in Argentina, one of the speakers said his machine was slow because he had a VS plugin and it was trying to download the symbols to step into .NET source code… so I searched for it and found it.
You can step into .NET source code while debugging, accessing all comments and original variable names
All the information and step by step guide is right here: Configuring Visual Studio to Debug .NET Framework Source Code
And it works too! =)
PS: Don't worry about it being slow, you can configure it to download the symbols manually, and it's a one time thing