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

link|improve this question

54% accept rate
feedback

5 Answers

up vote 3 down vote accepted

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.

link|improve this answer
feedback

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

link|improve this answer
beaverdbg looks interesting... – BCS Nov 25 '09 at 19:09
I have just tried beaver and it launched my process OK, but break-pointing caused it to crash which left me reaching for the add/remove programs option pretty fast. – ScrollerBlaster Jan 21 at 18:57
feedback

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.

link|improve this answer
feedback

Try Affinic Debugger GUI. It is native window application and similar DDD. Go to www.affinic.com to download. It uses GDB as the backend.

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.