Windows version of DDD interface DDD

Is there a version for downloading DDD for the native (non-cygwin) version?

+17
user-interface windows gdb ddd-debugger
Oct. 15 '09 at 19:16
source share
5 answers

There is also a GDB interface for MS Visual Studio called WinGDB . It supports both Cygwin and MinGW. You use it just like the built-in debugger in VS. You can also remotely debug Linux through SSH.

+9
Feb 23 '10 at 22:55
source share

DDD was not ported to Windows AFAIK. But there is a native gdb that can be built perfectly using MingW32. You can also build Insight natively using Mingw32. You can also try BeaverDbg

+12
Nov 25 '09 at 13:27
source share

Try the Affinic Debugger GUI . This is a native Windows application and is similar to DDD. The backend is GDB.

+2
May 09 '12 at 20:53
source share

For the cross-platform gdb interface, Qt Creator comes to mind. It also makes native cdb for Windows, but I'm not sure what you are looking for.

0
May 15 '11 at 14:54
source share

Since there are no native windows (not cygwin) gdb, there cannot be native windows (not cygwin) ddd.

-fifteen
Oct 28 '09 at 17:23
source share



All Articles