How can I get a PDB file for the EntityFramework NuGet package?

后端 未结 3 706
小蘑菇
小蘑菇 2020-12-29 20:08

I\'m trying to debug a StackOverflow in the EntityFramework NuGet package (version 6.1.3). In order to see the stack frames I need the PDB file for EntityFramework.DLL and E

3条回答
  •  無奈伤痛
    2020-12-29 20:42

    One of the ways is to use dotpeek as symbol server (load entity framework dll and add dotpeek serer address copied from dotpeek settings) - what is great about this approach, that it generated pdb matching used dll version automatically, what is not so great - it will not contain original comments from source code, etc.

提交回复
热议问题