My goal is to debug Asp.net MVC 5.2.3 source code.
- I created Asp.net MVC application in Visual Studio 2013 and updated all NuGet packages.
- Set up VS2013 as described in https://referencesource.microsoft.com/setup.html
- Added http://referencesource.microsoft.com/symbols, https://nuget.smbsrc.net, http://srv.symbolsource.org/pdb/Public, http://srv.symbolsource.org/pdb/MyGet, http://msdl.microsoft.com/download/symbols https://nuget.smbsrc.net to symbols
But when I'm trying to "Step Into" View method of Controller I see "Controller.cs not found". When I'm trying to navigate to stack trace I see "downloading source code from https://nuget.smbsrc.net/" but the source code does not download.
Is it possible to debug source code of Asp.net MVC 5.2.3?
Update 1 I have changed symbols list. Actual is:
After this changes, in modules window exists next logs:
https://nuget.smbsrc.net: Symbols downloaded from symbol server.
*****\AppData\Local\Temp\SymbolCache\System.Web.Mvc.pdb\5878BE5BDA9D485C84CA1F292E2AD75E1\System.Web.Mvc.pdb: Symbols loaded.
As we can see pdb file is loaded. But when I navigate to source code it won't open.
It seems that source code does not exist on nuget.smbsrc.net