Re: C Programming on shell
- From: William Pursell <bill.pursell@xxxxxxxxx>
- Date: Sun, 30 Sep 2007 10:42:32 -0700
On 29 Sep, 17:07, Outspan <borghibor...@xxxxxxxxx> wrote:
I'd like to give C programming from shell a try.
I think you mean you want to work in the console
rather than "from shell".
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?
gdb --tui is good, as well as cgdb, which provides an ncurses
front end to gdb. Neither attempt to integrate with
your editor. I would recommend you run gnu screen, run vim in one
screen tab and run gdb in a seperate tab. If you
want to view both simultaneously,
use screen's split screen functionality. Make sure
you always run make from within gdb rather than from vim.
.
- Follow-Ups:
- Re: C Programming on shell
- From: Grant Edwards
- Re: C Programming on shell
- References:
- C Programming on shell
- From: Outspan
- C Programming on shell
- Prev by Date: Is there tool that can develop for both ncourse + gtk at the same time?
- Next by Date: Re: C Programming on shell
- Previous by thread: C Programming on shell
- Next by thread: Re: C Programming on shell
- Index(es):
Relevant Pages
|