What is the structure of a PDB file?

前端 未结 3 1429
予麋鹿
予麋鹿 2020-12-21 03:43

I am trying to understand how a debugger uses PDB file. It would probably be a small file system in itself. Could someone help me understand the structure of the PDB file?

3条回答
  •  有刺的猬
    2020-12-21 04:15

    According to MSDN, its impractical:

    Because the format of the .pdb file generated by the postcompiler tools undergoes constant revision, exposing the format is impractical

    A debugger would use the DIA SDK to access the data inside them, meaning you don't really need to know its structure.

提交回复
热议问题