Debug into nightly build of ASP.NET MVC4 using Symbolserver

大兔子大兔子 提交于 2019-12-01 10:08:29

问题


I used this description to get the nightly build of ASP.NET MVC for my project

http://blogs.msdn.com/b/henrikn/archive/2012/06/01/using-nightly-asp-net-web-stack-nuget-packages-with-vs-2012-rc.aspx

Its pulls the assemblies sucesfully from nuget and I can run the project.

I now try to debug into the pdb pulled from the MS symbol server. Thats actually the point: I dont know if these symbols are realy located on the servers. Either I am doing something wrong or symbols are not available.

Here are my debug settings:

These are my symbol servers

This is what I see when I try to step into a method located in System.Web.Mvc.dll

These are the modules loaded:

I downloaded the nightly build on the third of september. Is there anything I am missing?


回答1:


I experienced exactly the same issue. You need to use the Symbols hosted on MyGet. Please see:

http://blogs.msdn.com/b/webdev/archive/2012/08/30/getting-symbols-and-source-with-asp-net-nightly-nuget-packages.aspx



来源:https://stackoverflow.com/questions/12333706/debug-into-nightly-build-of-asp-net-mvc4-using-symbolserver

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