help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gdb hangs in Emacs 23.2.1 (Mac OSX 10.6.3)


From: Dylan
Subject: Re: gdb hangs in Emacs 23.2.1 (Mac OSX 10.6.3)
Date: Mon, 7 Feb 2011 11:28:05 -0800 (PST)
User-agent: G2/1.0

> With exactly this version of gdb I recently was successfully debugging  
> the X client version of GNU Emacs 24.0.50 – on Leopard, Mac OS X 10.5.8.
>
> Gdb is accessible in GNU Emacs, and I think since 23.x, under the  
> 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  
> environment in which the applications run. This can be done with  
> ~/.MacOSX/environment.plist. Once the utility/programme is found by  
> 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:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://
www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>PATH</key>
  <string>/bin:/sbin:/usr:/opt/local:/Users/Dylan/Library/Application
Support/SuperCollider:/Applications/SuperCollider</string>
  <key>PYTHONPATH</key>
  <string>/Library/Frameworks/Python.framework/Versions/2.7/bin</
string>
</dict>
</plist>

Perhaps I am missing something here? Am I missing something?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]