getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
385 stars 69 forks source link

[WIP] Add an addr2line example #72

Closed jrmuizel closed 2 years ago

jrmuizel commented 4 years ago

Just posting my progress in case I don't get around to finishing it.

mstange commented 2 years ago

I finished it. You can install it with cargo install --examples pdb-addr2line

I think this PR can be closed.

jan-auer commented 2 years ago

Thanks @mstange and @jrmuizel! 👏

Added a link in the Readme via 0deb08c.