LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   gcc gui, execution, stepping (https://www.linuxquestions.org/questions/slackware-14/gcc-gui-execution-stepping-4175457860/)

AngryAngry 04-11-2013 11:56 PM

gcc gui, execution, stepping
 
Is there a Syntax checker, gui, something to test execute my code, a stepping test - execute each line of code??? I know of some text editors which are useful for writing code, but I need some of the above features, well perhaps I don't need syntax perhaps I just need to be onto it??
What are your thoughts on how I should proceed with tools?, I've previously programmed but just getting into C/java (and c++ later).

D1ver 04-12-2013 12:13 AM

I'm mostly a C guy personally and I write everything in Vim. If I need a debug tool I use gdb, or a curses front end to gdb called cgdb.

I know emacs has compiler integration and a GDB front end, but I've never really got my head around emacs.

a4z 04-12-2013 11:29 AM

you are looking for an IDE, kdevelop, eclipse CDT, netbeans c++ mode, ...
have a look in the programming forum
http://www.linuxquestions.org/questi...e-ides-469623/

AngryAngry 04-18-2013 01:18 AM

Quote:

Originally Posted by D1ver (Post 4930151)
I'm mostly a C guy personally and I write everything in Vim. If I need a debug tool I use gdb, or a curses front end to gdb called cgdb.

I know emacs has compiler integration and a GDB front end, but I've never really got my head around emacs.

Yeah was emacs I was thinking of, I did check it out seems to have a syntax tool.
Thanks for your help guys.

chemfire 04-20-2013 06:48 AM

There is a slackbuild for codeblocks. Its mostly focused on C/C++ and has not seen an update in a while. Still its a pretty nice IDE. I use it often for my small projects. I would recommend it.

http://slackbuilds.org/repository/14...nt/codeblocks/


All times are GMT -5. The time now is 10:46 PM.