1

As the title says, I'm looking at a heisenbug crash deep within Electron Shell / node.js and all I have are the "symbols" I can download from the release page.

Is there any way of converting these to PDB files? Or any other way to make VS show me a readable stack frame maybe with some parameters?

Edit: Alternatively, can I get more information from a dump file I could create with VS? Looking at breakpad I can't seem to figure out how to do anything useful with those symbol files.

BTW I'm using VS 2015.

Fozi
  • 4,973
  • 1
  • 32
  • 56

1 Answers1

0

This isn't possible, you need the original PDBs :-/

Ana Betts
  • 73,868
  • 16
  • 141
  • 209
  • Thanks, looking at breakpad I'm not sure how to use those symbol files at all. Do you know if I could get somewhere if I had a dump file generated by VS or Windows? – Fozi Oct 09 '15 at 16:31