Search code examples
debuggingdebug-symbolsdwarf

Converting debug symbols from DWARF to PDB


Is there a way to convert the debugging information from binutils' DWARF format (as emitted by GCC on Cygwin, for example) to Microsoft PDB (as consumed by Visual Studio)?


Solution

  • cv2pdb can do this. I have had mixed results, sometimes it works splendidly while at other times some local and global variables are lost

    https://github.com/rainers/cv2pdb