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
Download the source code: entity framework on codeplex
The download button is in the sub-menu on the Source tab
Once downloaded:
Build the solution/project
Navigate to the bin directory NB: it is not in the normal location, its set to "..\..\bin\Debug\". See Project properties.
The EntityFramework.pdb and the EntityFramework.SqlServer.pdb are both there.
Also would of thought, it would be available by default or easier.