Figure out how to resolve a crash log against a pdb
Opened this issue · 2 comments
this file makes a command line utility that can correct an error log that is missing symbol info provided you (the developer) kept the exe and pdb around that the crash log was generated with (ex, convert the file on the right to the file on the left, in that screenshot)
https://gist.github.com/TylerGlaiel/ce780376194f2d393acf5434947567fb
file is messy as I was focused hard on getting it working (and it took a lot of iterations) so it's not getting checked in yet. unsure exactly how I want to check in this utility as well
hi @TylerGlaiel
can you tell me how to use your tool on windows ?
i'm not sure about how to set the path with slash / antislash
.\fix-crash-log.exe "C:/crash_2024-10-03-17-48-29.txt" "C:\Users\vito\repo\player-quic-ko\build\Release\weytop-player-qt.exe"