C programming from shell



Hi,

I'd like to give C programming from shell a try. I thought about vim+gcc, so i added these lines to ~/.vimrc:

syntax on
set et
set sw=4
set smarttab
set nocp incsearch
set cinoptions=:0,p0,t0
set cinwords=if,else,while,do,for,switch,case
set formatoptions=tcqr
set cindent

but my question is: isn't there a way to integrate vim and gdb (watches, breakpoints etc on the shell)? If I got it right, both GdbVim and Clewn do what I'm looking for, but just on the GUI version of vim. How do you program from shell? Suggestions?

thanks
.



Relevant Pages

  • Re: [Long] about ksh93 (Was: Bourne Shell Programming on Windows)
    ... Note that in src/cmd/ksh93/OBSOLETE in ksh93 source ... > But this is a shell feature, not a shell programming feature. ... Look at David Korn's himself ksh scripts on its home ...
    (comp.unix.shell)
  • C/C++ interpreter Ch 6.0 available
    ... 2D/3D plotting, numerical computing, shell programming and embedded ... Embeddable scripting ...
    (comp.compilers)
  • [ann] C/C++ interpreter Ch 6.0 released
    ... 2D/3D plotting, numerical computing, shell programming and embedded ... Embeddable scripting ...
    (comp.programming)
  • Re: [Long] about ksh93 (Was: Bourne Shell Programming on Windows)
    ... :> Korn Shell 93 ROCKS! ... I consider ksh and especially ... ksh93 one of the worst shell ever written, and especilly, its claim to ... But this is a shell feature, not a shell programming feature. ...
    (comp.unix.shell)
  • Re: Bash script help
    ... >>What IS the difference between calling awk or perl in a bash script? ... >>They are both considered programming languages..... ... The other level is how to write shell scripts. ... than standard unix utilities, it should be included in this FAQ. ...
    (comp.unix.shell)