Re: IDE

From: Tomislav (tnakic_at_LOVELYSPAM!softhome.net)
Date: 05/05/05


Date: Thu, 05 May 2005 15:20:21 +0200

Marco Malentacchi wrote:
> I'm new to Linux developing and I need a good graphical tool for
> debugging and developing of x-window applications in C language. What
> IDE do you suggest? Thanks.

You might try one of the following:
1.) ddd
        - fine implementation of the basics (step into, step over, display
value...possibly even change value?)
        - fantastic, absolutely fantastic visualisation of complex data structures
(double-linked lists, heap etc.)
        - received awards in cathegories I can't remember any more :)
2.) kdevelop
        - seems promising from what I've seen, but I haven't tried it and it seems
directed mostly at C++
3.) eclipse with CDT
        - I use it for Java devel. but have heard it to be usable with C/C++

Have fun exploring. :)



Relevant Pages

  • IDE
    ... I'm new to Linux developing and I need a good graphical tool for ... debugging and developing of x-window applications in C language. ... IDE do you suggest? ...
    (comp.os.linux.development.apps)
  • Re: IDE
    ... > debugging and developing of x-window applications in C language. ... beyond an IDE as well. ...
    (comp.os.linux.development.apps)