Expand description

Support for Program Database, the debug companion format on Windows.

Modules

The pdb create parses Microsoft PDB (Program Database) files. PDB files contain debugging information produced by most compilers that target Windows, including information about symbols, types, modules, and so on.

Structs

Debug session for PDB objects.

An error when dealing with PdbObject.

An iterator over source files in a Pdb object.

An iterator over functions in a PDB file.

Program Database, the debug companion format on Windows.

An iterator over symbols in the PDB file.

Enums

The error type for PdbError.