On Tue, 23 Mar 2004, Erez Doron wrote: > hi > > i am looking for a good debugger for developing C on linux. > Preferably an IDE but a good standalonedebugger will do. > > I tried DDD and UPS but they are not easy to handle. > i tried kdevelop, but was not able to understand how to debug in it ( is > it possible at all ? ) DDD is a frontend to gdb. gdb is the best free debugger.
> I tried usingeclipse but it seems only to support java. u need a C/C++ module[plugin] to be able to work with C/C++. > > I just miss Borland's old dos IDE BorlandC which was the best of all > times IMHO. there is an IDE in this style, it is called WPE or XWPE. > > anyone, any idea ? there are also commercial developmer tools like: slickedit borland has some "enterprise studio" > > erez. > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] > > ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
