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)? 回答1: 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 来源: https://stackoverflow.com/questions/28907093/converting-debug-symbols-from-dwarf-to-pdb