Unable to step into PresentationFramework

2019-08-18 00:41发布

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. PresentationFramework assembly path & version Loaded symbols path & version
  • 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条回答
女痞
2楼-- · 2019-08-18 01:20

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.

查看更多
登录 后发表回答