有没有办法使用符号服务器调试 ASP.NET MVC 代码(而不是下载源代码并引用它)?
是否可以通过使用 Visual Studio 2010 中的符号服务器来逐步执行官方 ASP.NET MVC 2 代码?
我知道我可以从 codeplex 下载完整的开源 MVC 代码,构建它,然后让我的代码引用该代码库 dll...
但我想知道这是否可以通过使用符号服务器来实现?
如果是这样,有人可以通过一些步骤来实现这一目标吗?
Is it possible to step through the official ASP.NET MVC 2 code via using the Symbol Server thingy in visual studio 2010?
I know I can download the full open source MVC code from codeplex, build it and then get my code to reference THAT codebase dll's...
But i'm wondering if this could be achieved by using the Symbol Server stuff instead?
If so, can someone go through some steps please, about how to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些符号最近已添加到 Microsoft 公共符号服务器中。
http://www.hanselman.com/blog/SetUpYourSystemToUseMicrosoftsPublicSymbolServer.aspx
=== ==
为您新鲜撰写博客:-)
http://weblogs.asp.net/rajbk/archive/2010/04/21/setting-up-visual-studio-2010-to-step -into-microsoft-net-source-code.aspx
The symbols have recently been added to the Microsoft Public Symbol server.
http://www.hanselman.com/blog/SetUpYourSystemToUseMicrosoftsPublicSymbolServer.aspx
=====
Freshly blogged for you :-)
http://weblogs.asp.net/rajbk/archive/2010/04/21/setting-up-visual-studio-2010-to-step-into-microsoft-net-source-code.aspx