VS2010不会介入任何.NET框架源代码;刚刚过去 [英] VS2010 will not step into any .NET framework source; just steps over

查看:90
本文介绍了VS2010不会介入任何.NET框架源代码;刚刚过去的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

调试选项具有启用.NET Framework源代码步进"功能.选中,然后仅启用我的代码"未被选中,并且Symbols具有"Microsoft Symbol server"(Microsoft符号服务器).以及http://referencesource.microsoft.com/symbols和http://msdl.microsoft.com/download/symbols (我认为它是从VS2008安装中移过来的).框架目标是3.5 SP1.

Debugging Options has "Enable .NET framework source stepping" checked, and "Enable just my code" is unchecked, and Symbols has "Microsoft Symbol servers" checked, as well as http://referencesource.microsoft.com/symbols and http://msdl.microsoft.com/download/symbols (which I assume it moved over from my VS2008 installation).  Framework target is 3.5 SP1.

出什么问题了?

推荐答案

在仅启用我的代码"标签中做
取消选中跳过属性和运算符".
检查Express Edition中可能缺少的启用源服务器支持",如果没有此功能,
VS无法自动加载src文件(如果有解决方法,我不知道).
您的参考源服务器必须排在第一位,因为Microsoft Symbol服务器确实只提供剥离的pdb文件而没有src-info. (我会暂时取消选中Symbol服务器).
当Microsoft Symbol Server已在文件缓存中加载剥离的.net pdb文件时,VS希望将这些文件用于下一个会话(剥离的文件).因此将它们移动到备份文件夹.上一项:我不知道参考服务器是否仍然可以交付.net 3.5?
您可以在以下位置找到这个(以及更多):
配置Visual Studio调试.NET Framework源代码
http: //blogs.msdn.com/b/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx

In tab where is "Enable just my code" do
Uncheck "Step over properties and operators".
Check the "Enable Source Server Support", which is probably missing in Express Editions, and without this,
VS can not load src-files automatically (if there is a workaround I do not know).
Your reference-source server must come first in ranking, for Microsoft Symbol servers does deliver only stripped pdb files without src-info. (I would temporarily uncheck Symbol server).
When Microsoft Symbol Server already loaded stripped .net pdb files in your file-cache, VS wants to use these files for next session (the stripped ones). so move them to a backup folder. Last Item: I do not know if reference-server still delivers .net 3.5?
This (and much more) you find at:
Configuring Visual Studio to Debug .NET Framework Source Code
http://blogs.msdn.com/b/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx

以亲切的问候


这篇关于VS2010不会介入任何.NET框架源代码;刚刚过去的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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