Converting debug symbols from DWARF to PDB

廉价感情. 提交于 2021-01-27 05:09:32

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!