rainers / cv2pdb

converter of DMD CodeView/DWARF debug information to PDB files
Artistic License 2.0
472 stars 109 forks source link

PDB to DWARF #18

Closed dm1seven closed 7 years ago

dm1seven commented 7 years ago

Hi, What about the PDB to DWARF conversion? This would be extremely useful if you want to debug PDB files in Eclipse CDT. See here: https://mingw-w64.org/doku.php/contribute#debug_infos

rainers commented 7 years ago

Sorry, but a converter from PDB to DWARF is out of the scope of this project.

BTW: Reading PDB files is very different and well documented, check the DIA SDK.

dm1seven commented 7 years ago

Thanks for your answer. I had no idea about DIA SDK.