Is there a native (not cygwin) version of DDD available for download somewhere?
windows version of the GDB frontend DDD
45.8k Views Asked by BCS At
5
There are 5 best solutions below
0

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

Try the Affinic Debugger GUI. It is a native Windows application and is similar to DDD. It uses GDB as the backend.
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.