gimelfarb / ProductionStackTrace

Without deploying PDBs, generate a .NET exception stack trace that can be processed to retrieve source file and line number info
Other
79 stars 8 forks source link

Line numbers not translated/calculated #16

Open dotnetcorer opened 4 years ago

dotnetcorer commented 4 years ago

Hi! Thank you for sharing your code. But unfortunately it seems not to work here. This is my Program.cs: Program.cs.txt And this is the project file Tests.ProductionStackTrace.csproj.txt

I have successfully added the PDB to the symbol store and added it in VS: 2020_08_10_21_14_32_Options But yet no luck: 2020-08-10 21_28_49-C__Users_bwo-fsi_ nuget_packages_productionstacktrace analyze console_1 0 16_too

What's the issue?

Thanks in advance!