ASP.NET MVC 2版本的实际调试符号 [英] Actual Debug Symbols for ASP.NET MVC 2 Release Version

查看:102
本文介绍了ASP.NET MVC 2版本的实际调试符号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要从发布的ASP.NET MVC 2版本(通过Web平台安装程序安装的版本)的实际调试符号。

I need the actual debug symbols from the released version of ASP.NET MVC 2 (the version that gets installed via the web platform installer).

我知道我可以下载源码,构建并使用调试符号。但是这种方法有一些问题:

I know I can download the source, build and use the debug symbols from that. But there are a couple issues with that approach:


  • 需要使用此版本的DLL重建所有其他依赖关系,因为它未签名。如果您使用的第三方库不提供源代码,则这是不可行的。

  • 最新版本的版本与发行版本不符(可能是因为)。所以我不能引用那个.pdb。

  • 我不想要依赖于自定义构建或任何构建,而不是从标准安装安装的构建。 >
  • Requires that all other dependencies be rebuilt using this version of the DLL since it's not signed. This isn't feasible if you are using 3rd party libraries which don't provide the source.
  • The built version from the latest source doesn't match the release version (possibly because of the difference in signing alone). So I can't reference that .pdb.
  • I don't want a dependency on a custom build or any build other than the one that get's installed from a standard install.

我只需要调试符号,所以我可以逐步浏览源代码,而不会引入不同的DLL。我试图使用公共的Microsoft Symbol Server,但是并没有下载这个DLL的符号。

I just need the debugging symbols so I can step through the source without introducing a different dll. I tried to use the public Microsoft Symbol Server, but it's not downloading the symbols for this dll.

任何人都知道这个.pdb是否存在?

Anyone know if this .pdb exists?

(我知道可以使用更新版本的Reflector生成并逐步通过这个DLL,但是现在是专业版本和费用。)

(I know that it's possible to generate and step through this dll using the newer version of Reflector - but that's for the professional version and costs money now.)

推荐答案

您应该可以使用MS Symbol Server( http://www.hanselman.com/blog/SetUpYourSystemToUseMicrosoftsPublicSymbolServer.aspx )找到那些。

You should be able to use the MS Symbol Server (http://www.hanselman.com/blog/SetUpYourSystemToUseMicrosoftsPublicSymbolServer.aspx) to find those.

这篇关于ASP.NET MVC 2版本的实际调试符号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆