What is the structure of a PDB file?

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

    According to this blog post, the actual file format is kept secret by MS. However, I recommend you read that post as it has a lot of useful information what a PDB file is and how it's used.

提交回复
热议问题