This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: command line gdb


On Sat, 25 Aug 2001, Juan Ignacio Pumarino wrote:

> Hi, I'm using Cygwin as my software development platform, and I was just
> wondering how can I use the 'original' command line gdb, instead of the
> Insight GUI, but without uninstalling it --it's a great debugger and I
> sometimes really appreciate it; but most times I would rather go for the
> old-style (I know I can use the command line commands inside Insight, but
> that's not my point; in my computer, it takes a while for Insight to start).

Hi, you want to start up gdb from the command line (either from a Command 
Prompt window or bash) and pass it -nw, like this:

  gdb -nw

That tells gdb to start up with no gui windows.

Cheers.

--
Jeff Holcomb
jeffh@redhat.com
GDB Engineering
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]