[vox-tech] just learned something about gdb

Matt Holland vox-tech@lists.lugod.org
Wed, 31 Jul 2002 17:01:41 -0700


[holland@six src]$ gdb -tui mycode.c
gdb: unrecognized option `-tui'
Use `gdb --help' for a complete list of options.

Huh?

Matt

Peter Jay Salzman wrote:
> run (don't walk) to your nearest source code and try out:
> 
>    gdb -tui mycode
> 
> pretty cool, eh?  i never saw this before, but i plan on using it alot.
> 
> i just learned about "colorgcc" too.   will the good stuff ever cease?!?
> 
> pete
>