getsentry / pdb

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

Unsupported type #137

Open a1phyr opened 2 years ago

a1phyr commented 2 years ago

When I try to parse types from this PDB from Microsoft, a get this error: UnimplementedTypeKind(0xa)

The PDB: https://msdl.microsoft.com/download/symbols/combase.pdb/70E3ECDD8981C0FF8AC67BED63ABECF91/combase.pdb

It does not seem to be documented in https://github.com/Microsoft/microsoft-pdb/ though.