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] Expose line info #22

Closed jrmuizel closed 5 years ago

jrmuizel commented 6 years ago

This exposes the basic line info and adds a pdb_lines example showing it off. It's still a bit messy, but the basic idea should be there. Thoughts?

willglynn commented 5 years ago

Thanks! Your work here laid the foundation for #39, which is now merged.