Unable to step into PresentationFramework

无人久伴 提交于 2019-12-24 19:06:27

问题


I am trying to step into PresentationFramework, but the debugger just skips ahead to the next line.

  • I have loaded the symbols using the Modules window.
  • I have enabled .NET Framework source stepping
  • I have disabled Just My Code

I have used resharper to generate pdb and decompile the source, but stepping through those is really difficult. Partly because many variables have generic names (num1, num2 etc), but mostly because the debugger seemingly just around somewhat randomly - sometimes skipping lines, sometimes jumping backwards...

I have downloaded the .Net 4.7.2 source code from reference source; is there any way to step into that?


回答1:


So what did work was to upgrade to .Net 4.8. Maybe it only will until Microsoft releases a new version, but, for now, at least it works.



来源:https://stackoverflow.com/questions/55921949/unable-to-step-into-presentationframework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!