dotPeek 2018.2 Help

Exploring PDB Contents

dotPeek helps you explore assembly PDB contents by generating a readable XML file, which contains:

  • source file names,

  • mapping between IL offsets and source lines,

  • names of local variables,

  • entry point method if present,

  • import scopes,

  • a type of PDB file (Windows/Portable/Embedded),

  • PDB signature,

  • source server info: SourceLink/SrcSrv.

To study PDB contents associated with an assembly, right-click on it in the Assembly Explorer window and choose Show PDB content. dotPeek will generate an XML file and open it in the code viewer.

You can also analyze any PDB file in a readable XML format, even if there is no related assembly. To do so, choose Tools | Show PDB Content in the menu and then select a .pdb file.

dotPeek: PDB contents displayed as an XML file
Last modified: 21 December 2018