nornagon / electron-minidump

Symbolicate Electron minidumps
51 stars 14 forks source link

How to decode with Call Frame with symbols file #14

Open axetroy opened 2 years ago

axetroy commented 2 years ago

Hi. I am a new for minidump.

I am just curious, about how to analyze the specific call stack, just like sentry.io, which function can be displayed specifically.

And my program uses a C ++ extension, how to display its call stack when parsing (if there is a symbol file).

Thanks for your lib, it help me a lot.

nornagon commented 2 years ago

Sorry, I'm not sure I understand what you're trying to do! Can you help with an example?