Tech Support > Computers & Technology > Programming > C Programming IDE for Linux?
C Programming IDE for Linux?
Posted by e on November 12th, 2003


Can anyone recomend a C programing IDE for use under Linux - is there
anything similar to the Microsoft Developer Studio that will easily allow me
to step through the code?

many thanks for any suggestions.

best
Ex


Posted by Sheldon Simms on November 12th, 2003


On Wed, 12 Nov 2003 18:16:31 +0000, e wrote:

Yes indeed. GDB will easily allow you to step through the code.
Try typing 'gdb' (without quotes) at a command prompt.



Posted by Jussi Jumppanen on November 12th, 2003


e wrote:
Take a look at KDevelop:

http://www.kdevelop.org

I have never used it, but from the screen shots it looks a lot
like the MSVC IDE.

Jussi Jumppanen
Author of: Zeus for Windows (All new version 3.90 out now)
"The C/C++, Cobol, Java, HTML, Python, PHP, Perl programmer's editor"
Home Page: http://www.zeusedit.com


Similar Posts