www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - IDE/Debugging

reply Denton Cockburn <diboss hotmail.com> writes:
I find the lack of IDE support on *nix hard to deal with. Of course I can
just use an editor, and then try to debug from the command line with gdb,
but coming from a Java background, this is really tedious. What do you
folks on *nix do for debugging?
Mar 25 2007
parent Howard Berkey <howard well.com> writes:
Denton Cockburn Wrote:

 I find the lack of IDE support on *nix hard to deal with. Of course I can
 just use an editor, and then try to debug from the command line with gdb,
 but coming from a Java background, this is really tedious. What do you
 folks on *nix do for debugging?
I'm not really an IDE person myself, but I thought Code::Blocks looked pretty nice. I have some links to a few in the resources section and the first article at D-Riven (http://www.d-riven.com). There's also some gui front ends to gdb of course. And Zero (http://www.zerobugs.org) is going to be adding better D support soon.
Mar 25 2007