2011年8月12日

摘要: Using the Microsoft Symbol Server to obtain symbol debugging information is now much easier in VS 2010. Microsoft gives you access to their internet symbol server that contains symbol files for most of the .NET framework including the recently announced availability of MVC 2 Symbols.SETUPIn VS 2010 阅读全文
posted @ 2011-08-12 16:59 kingang 阅读(301) 评论(0) 推荐(0)
摘要: msdn上有一篇讲解如何用vs2008调试源码的文章:http://blogs.msdn.com/b/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx 今天在vs2010上试了下,发现其实也可以,关键设置二个地方:然后换到Symbols在Cache symbols in this directory这里选择一个本机目录(用于存放下载源代码pdb文件)ok,已经成功一半了,为了更方便的一次性全部下载,你也可以到codeplex网站下载一个NetMassDownLo 阅读全文
posted @ 2011-08-12 16:30 kingang 阅读(323) 评论(0) 推荐(0)
摘要: Reflector是一款比较强大的反编译工具,相信很多朋友都用过它,但reflector本身有很多局限性,比如只能一个一个的查看方法等,但幸好reflector支持插件功能目前网上有很多reflector的插件,本人找取了两个应用范围很广,并且广受好评的插件:Reflector.FileDisassembler和Reflector.FileGenerator和Reflector进行了整合,放在了一个压缩包中,大家可以直接解压缩后就开始使用,其中FileGenerator在网上没有现成dll,本人编译后将其取出,放在了压缩包中,一直在苦苦找寻的朋友这次可以拿来直接用了:)点击下载Reflecto 阅读全文
posted @ 2011-08-12 15:59 kingang 阅读(287) 评论(0) 推荐(0)
摘要: 配置Visual Studio 以调试.net framework的源代码看到.net框架代码发布了,兴奋了一下,把在Visual Studio 2008上配置的内容翻译了一下,只翻译了原文的基本步骤,高级用户篇和QA没有翻译。基本步骤注意,这个功能在Visual Studio 2008 Express版里不支持。1)安装Visual Studio 2008 QFE。这个QFE只是更新一个Visual Studio调试器的DLL,以便可以获取源代码,更多细节参加下载页面。2)运行Visual Studio 2008依次展开Tools->Options->Debugging-> 阅读全文
posted @ 2011-08-12 08:46 kingang 阅读(282) 评论(0) 推荐(0)

导航