getsentry / pdb

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

Implement Debug for AddressMap #41

Closed jan-auer closed 5 years ago

jan-auer commented 5 years ago

Implement fmt::Debug for AddressMap. Also adds a convenience helper to format hex numbers directly via the debug trait, which makes it easier to use that in custom Debug implementations.