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

Converting a log file to get the complete StackTrace with line numbers #10

Open Pinky-Lad opened 6 years ago

Pinky-Lad commented 6 years ago

I am not able to convert a full log file. It converts only the first log in the file. The rest of the log information is not converted. What am I missing? 1.txt

icnocop commented 6 years ago

You have to split your log and call ExceptionReportInterpreter.Translate for each log entry. ExceptionReportInterpreter will stop processing when it finds the separator, =========.