digitalmars.D.learn - IDE/Debugging
- Denton Cockburn (4/4) Mar 25 2007 I find the lack of IDE support on *nix hard to deal with. Of course I ca...
- Howard Berkey (3/7) Mar 25 2007 I'm not really an IDE person myself, but I thought Code::Blocks looked p...
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
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