Hi,

Using Mingw64, I can build a c/c++ Win32 application, but can I debug it?

using
winedbg application.exe 
does seem to work, but is there a way of doing it like I would debug a linux application?

I can build a c/c++ application with gcc, and then debug it by using

ddd application

And that works really well.

Is there a way to get ddd (or some other program) to act as winedbg's frontend?

Even if it's text-mode, that's fine, as long as it's easier to use than gdb

Thanks