Is there a version for downloading DDD for the native (non-cygwin) version?
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.
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
Try the Affinic Debugger GUI . This is a native Windows application and is similar to DDD. The backend is GDB.
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.
Since there are no native windows (not cygwin) gdb, there cannot be native windows (not cygwin) ddd.