What is the structure of a PDB file?

前端 未结 3 1449
予麋鹿
予麋鹿 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:09

    As a matter of fact, the format of PDB is not documented, but you can collect very detailed information about the content of PDB files programmatically using the appropriate interfaces See Sample

提交回复
热议问题