“Source information is missing from the debug information for this module” when debugging asp.net mvc application

让人想犯罪 __ 提交于 2019-12-12 12:06:43

问题


I am having hard days of debugging ASP.NET MVC code.I ended up doing as described in this website.Debug symbols are loaded and working for all dlls but System.Web.MVC. when i double click on any line in stacktrace window it show me the message Source information is missing from the debug information for this module.i use http://msdl.microsoft.com/download/symbols as symbol source.what am i missing?is my symbol server correct?


回答1:


I can successfully debug asp.net MVC 5.2.7 source code.

  1. Please download MVC 5.2.7 package here: https://dotnet.myget.org/feed/aspnetwebstack-dev/package/nuget/Microsoft.AspNet.Mvc

  2. Download the corresponding source code here (remember to switch to the correct branch): https://github.com/aspnet/AspNetWebStack

  3. Set up your symbol server according to symbol server

  4. During debugging, make sure the dll is loaded.


来源:https://stackoverflow.com/questions/50018521/source-information-is-missing-from-the-debug-information-for-this-module-when

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!