I’m following the instructions on this blog post for “Stepping into ASP.NET MVC source code with Visual Studio debugger” but I can’t get it to work for MVC 4.0.
I don’t get the EULA prompt, nor does it appear to have found the symbols for MVC because they are still grey in the stack.
Any clues?
As you can see from the reference source site:
http://referencesource.microsoft.com/netframework.aspx
MVC4 is not currently provided by the source server.
For now, if you want to debug into it, you’ll have to download the source and compile it yourself.
http://aspnetwebstack.codeplex.com/