Is there a native (not cygwin) version of DDD available for download somewhere?
windows version of the GDB frontend DDD
45.7k views Asked by BCS At
5
There are 5 answers
2
On
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.