步入.NET源仍然不起作用

时间:2017-08-22 22:37:21

标签: visual-studio visual-studio-debugging

这很令人尴尬 - 我已经编程.NET多年了,尽管following the MSDN instructions用于调试.NET源代码,但我从来没有能够使用它。

当我尝试进入某些框架代码(例如,StringBuilder的c'tor)时,调试器会直接跳到下一个语句。我无法进入任何框架代码。

我正在使用VS 2017,Framework v4.7。

以下是调试选项。

enter image description here enter image description here



1 个答案:

答案 0 :(得分:0)

转到符号并添加此URL http://referencesource.microsoft.com/symbols和本地缓存路径。

请参阅:

https://blogs.msdn.microsoft.com/sburke/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code/

其他社区成员在此处询问有关调试.NET 4.6的问题:

How do I debug .NET 4.6 framework source code in Visual Studio 2017?

更新

从老VS版到VS2017确实存在这个问题,因为我们现在可以重新发布这个问题,如果可能的话,像Leo的建议,你可以在这里投票并添加你的评论:

https://developercommunity.visualstudio.com/content/problem/101533/could-not-debug-net-framework-on-windws-10-machine.html