Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: makita.cygnus.com: keiths owned process doing -bs Date: Wed, 24 Apr 2002 13:53:17 -0700 (PDT) From: Keith Seitz X-X-Sender: To: yanniv cc: Subject: Re: question In-Reply-To: <000901c1ebd9$e4f3d460$b9be08d5@oemcomputer> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 24 Apr 2002, yanniv wrote: > hello > i have a question > when i try to open the gdb its opened > but when i try to open a file.c (or c++) it doesnt open (see this attachment). > what can i do and maybe i can download this tool alone and if this case please tell me where can i find this program for sownloading. The message you are seeing occurred because you asked Insight (the gui for gdb) to "source" the gdb command file osl_a.c. I don't think that this is what you really want... If you are trying to view a source file in your executable, use the combobox on the source window to find it. Once selected, the source window will display that file. This assumes, of course, that you've loaded an executable (built with debug info) into gdb... Keith -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/