From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanjo Garcia Newsgroups: gmane.emacs.help Subject: Re: GUD buffer disappearing Date: Fri, 15 Jun 2007 13:14:41 -0000 Organization: http://groups.google.com Message-ID: <1181913281.897883.295520@o61g2000hsh.googlegroups.com> References: <1181812362.571474.172540@e9g2000prf.googlegroups.com> <1181815214.859997.248240@q19g2000prn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1181914854 14395 80.91.229.12 (15 Jun 2007 13:40:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jun 2007 13:40:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 15 15:40:48 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HzC2f-0008SP-WE for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jun 2007 15:40:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzC2d-0008MY-Qz for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jun 2007 09:40:43 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!postnews.google.com!o61g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 147.96.68.147 Original-X-Trace: posting.google.com 1181913282 7393 127.0.0.1 (15 Jun 2007 13:14:42 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 15 Jun 2007 13:14:42 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: o61g2000hsh.googlegroups.com; posting-host=147.96.68.147; posting-account=oH9b6gwAAAAA-0xMBAYvrt8a8IFsjS_u Original-Xref: shelby.stanford.edu gnu.emacs.help:149502 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45091 Archived-At: On Jun 14, 1:26 pm, Nick Roberts wrote: > This looks like an Aquamacs bug report and it's not clear to me: what does open > a program for debugging mean? By default the main source file won't appear > unless execution stops there. I meant launching the debugger using M-x gdb and then the name of the program. The source files were automaticall y opened by Aquamacs. The problem is that after the first file, GDB's frame got reused for showing one of these source files I have solved this by removing all my settings and my .emacs file. Now gdb works as expected and I can also use the multiple windows setup. I still have not identified what flags caused this behavior, but none of my configuration settings were related to gdb. Perhaps some other file (crypt++, matlab.el, etc) was interefering. When I get more info I will post it here, if only to help other people in the near future. Juanjo