windows version of the GDB frontend DDD

蓝咒 提交于 2019-12-17 18:34:58

问题


Is there a native (not cygwin) version of DDD available for download somewhere?


回答1:


There is also a GDB front-end for MS Visual Studio, called WinGDB. It supports both Cygwin and MinGW. You use it just like built-in debugger in VS. It's also possible to debug remotely on Linux via SSH.




回答2:


DDD has not been ported to Windows AFAIK. But there ARE native gdb, which can be perfectly built using MingW32. You can also build Insight natively using Mingw32. You can also give a try to BeaverDbg




回答3:


Try the Affinic Debugger GUI. It is a native Windows application and is similar to DDD. It uses GDB as the backend.




回答4:


For a cross-platform gdb frontend, Qt Creator comes to mind. It also does "native" cdb on Windows, but I am not sure that's what you are looking for.




回答5:


Since there is no native windows (not cygwin) gdb, there can't be a native windows (not cygwin) ddd.



来源:https://stackoverflow.com/questions/1574456/windows-version-of-the-gdb-frontend-ddd

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