windows version of the GDB frontend DDD

后端 未结 5 1517
再見小時候
再見小時候 2020-12-09 10:12

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

相关标签:
5条回答
  • 2020-12-09 10:28

    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.

    0 讨论(0)
  • 2020-12-09 10:35

    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

    0 讨论(0)
  • 2020-12-09 10:40

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

    0 讨论(0)
  • 2020-12-09 10:46

    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.

    0 讨论(0)
  • 2020-12-09 10:46

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

    0 讨论(0)
提交回复
热议问题