[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gdb emacs no such file or directory gdb
From: |
Mike |
Subject: |
Re: gdb emacs no such file or directory gdb |
Date: |
Thu, 23 Oct 2014 18:05:01 -0700 (PDT) |
User-agent: |
G2/1.0 |
Hello
I found a solution for my problem by copying the following to mu ~/.emacs file
(add-to-list 'load-path "~/elisp")
(require 'exec-path-from-shell)
(when (memq window-system '(mac ns))
(exec-path-from-shell-initialize))
where exec-path-from-shell is a .el file that someone has written to copy the
path files from the shell.
By doing this the Emacs can run the gdb. However, when I want to run a code
using gdb in emacs, it is very slow and most of the time emacs crashes and I
have to force quit.
Any idea?
- Re: gdb emacs no such file or directory gdb, (continued)
- Message not available
- Re: gdb emacs no such file or directory gdb, Mike, 2014/10/21
- Re: gdb emacs no such file or directory gdb, Suvayu Ali, 2014/10/21
- Message not available
- Re: gdb emacs no such file or directory gdb, Mike, 2014/10/21
- Re: gdb emacs no such file or directory gdb, Jacob Gerlach, 2014/10/21
- Message not available
- Re: gdb emacs no such file or directory gdb, Mike, 2014/10/21
- Re: gdb emacs no such file or directory gdb, Mike, 2014/10/22
- Re: gdb emacs no such file or directory gdb, John Mastro, 2014/10/22
- Re: gdb emacs no such file or directory gdb, John Mastro, 2014/10/22
Re: gdb emacs no such file or directory gdb, Mike, 2014/10/22
Re: gdb emacs no such file or directory gdb,
Mike <=