News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

c-debugger windows

Started by Bit2_Gosu, November 14, 2009, 03:13:06 PM

Previous topic - Next topic

Bit2_Gosu

Hi!

I write C-Programs using the visual c++ compiler under Code::Blocks. However I'm still looking for an executable debugger which I can integrate in Code::Blocks under WINDOWS.

It seems as if both Visual c++ and dev-c++ only have integrated debuggers (no stand-alone executables which I can integrate under Settings --> Compiler and Debugger Settings --> Toolchain Executables).

Do you have an idea which debugger I could use under Code::Blocks under Windows? (ddd under cygwin is much to complicated)

killerbot

The most easiest solution is switch to the GCC tools (compiler and debugger).
www.mingw.org
Or even better then mingw : http://www.tdragon.net/recentgcc/

That way you compile with GCC and debug with GDB.

oBFusCATed

You could use the CDB debugger by MS, but the its integration in CB is way behind the GDB's integration.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]