; * etc/DEBUG: Minor clarification.
This commit is contained in:
parent
4403f89056
commit
71be806d01
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@ created in the 'src' directory.
|
||||||
|
|
||||||
*** Configuring GDB
|
*** Configuring GDB
|
||||||
|
|
||||||
To start GDB, you can simply type "gdb RET" at the shell prompt.
|
To start GDB to debug Emacs, you can simply type "gdb ./emacs RET" at
|
||||||
|
the shell prompt (assuming you do that from the directory of the Emacs
|
||||||
|
executable, usually the 'src' sub-directory of the Emacs tree).
|
||||||
However, we recommend starting GDB from Emacs, see below.
|
However, we recommend starting GDB from Emacs, see below.
|
||||||
|
|
||||||
When you debug Emacs with GDB, you should start GDB in the directory
|
When you debug Emacs with GDB, you should start GDB in the directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue