From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Holcomb To: Juan Ignacio Pumarino Cc: insight@sourceware.cygnus.com Subject: Re: command line gdb Date: Fri, 24 Aug 2001 22:36:00 -0000 Message-id: References: <001001c12d25$54870820$df854da4@servidor> X-SW-Source: 2001-q3/msg00199.html 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.