[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question on debugging emacs with gdb
From: |
Eli Zaretskii |
Subject: |
Re: Question on debugging emacs with gdb |
Date: |
Mon, 28 Feb 2005 00:29:34 +0200 |
> From: Joakim Verona <address@hidden>
> Date: Sun, 27 Feb 2005 21:27:15 +0100
>
> Now I enter gdb whenever I press c-g, which is unexpected and
> inconvenient.
>
> Is there some other way to handle this?
Start GDB from the Emacs's src directory. There's a .gdbinit file
there that takes care of this problem. (The etc/DEBUG file actually
tells you that as its first advice.)
If this somehow doesn't DTRT, please post the details (your OS,
version of GDB, etc.).