> Hi everybody, > > > For some reason I have to use windows-systems, so I can not use DDD as I > do on linux. > Is there any alternative for debugging on windows? >
"gvd" is another general front-end for gdb. It's now part of the "gps" (Gnatt Programming System) IDE, but it's easier to google for the old "gvd" :-) You can choose to use the full gps IDE, or just the debugger gvd. It can connect to any gdb just by specifing the gdb binary on the command lnie, and there are native binaries for windows and linux available.