From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dylan Newsgroups: gmane.emacs.help Subject: Re: gdb hangs in Emacs 23.2.1 (Mac OSX 10.6.3) Date: Mon, 7 Feb 2011 11:28:05 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297118471 6895 80.91.229.12 (7 Feb 2011 22:41:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Feb 2011 22:41:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 07 23:41:07 2011 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.69) (envelope-from ) id 1PmZlX-0005dB-Ky for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Feb 2011 23:41:03 +0100 Original-Received: from localhost ([127.0.0.1]:59876 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmZlY-0004XT-DU for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Feb 2011 17:41:04 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!y4g2000prh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 38 Original-NNTP-Posting-Host: 24.21.176.10 Original-X-Trace: posting.google.com 1297106885 31505 127.0.0.1 (7 Feb 2011 19:28:05 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 7 Feb 2011 19:28:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y4g2000prh.googlegroups.com; posting-host=24.21.176.10; posting-account=tcr1oQoAAACn-Lg8dtrx6GwQKqxpY1_K User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.84 Safari/534.13, gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:184843 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:79015 Archived-At: > With exactly this version of gdb I recently was successfully debugging = =A0 > the X client version of GNU Emacs 24.0.50 =96 on Leopard, Mac OS X 10.5.8= . > > Gdb is accessible in GNU Emacs, and I think since 23.x, under the =A0 > Grand Unified Debugger, gud. Lookup documentation under gud. Thanks, I tried running "gud-gdb" instead of "gdb" in Emacs and now this version seems to work. > I prefer not to set exec-path, I just set the right PATH for the =A0 > environment in which the applications run. This can be done with =A0 > ~/.MacOSX/environment.plist. Once the utility/programme is found by =A0 > Emacs it should be able to find its own particles. I tried modifying my environment.plist file, but I still can't manage to get either Terminal or Cocoa Emacs to recognize the fsf-gdb executable (located in /opt/local). This is what I have in my environment.plist: PATH /bin:/sbin:/usr:/opt/local:/Users/Dylan/Library/Application Support/SuperCollider:/Applications/SuperCollider PYTHONPATH /Library/Frameworks/Python.framework/Versions/2.7/bin Perhaps I am missing something here? Am I missing something?