Is there a native (not cygwin) version of DDD available for download somewhere?
A:
Since there is no native windows (not cygwin) gdb, there can't be a native windows (not cygwin) ddd.
Michael Snyder
2009-10-28 17:23:28
+1
A:
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
RonBlackCultist
2009-11-25 13:27:30
beaverdbg looks interesting...
BCS
2009-11-25 19:09:26
A:
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.
Dominic.wig
2010-02-23 22:55:58