comparison etc/DEBUG @ 83250:89ac10c67e45

Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-79 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-80 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-81 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-82 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-83 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-84 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-85 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-86 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-87 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-88 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-89 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-90 Update from CVS: man/calc.texi: Add macro for LaTeX for info output. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-12 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-13 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-290
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 10 Feb 2005 20:43:55 +0000
parents b9511a236e82
children ec7a860cdd57 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
83249:267c2ab562ab 83250:89ac10c67e45
15 [People who debug Emacs on Windows using native Windows debuggers 15 [People who debug Emacs on Windows using native Windows debuggers
16 should read the Windows-specific section near the end of this 16 should read the Windows-specific section near the end of this
17 document.] 17 document.]
18 18
19 ** When you debug Emacs with GDB, you should start it in the directory 19 ** When you debug Emacs with GDB, you should start it in the directory
20 where you built Emacs. That directory has a .gdbinit file that defines 20 where the executable was made. That directory has a .gdbinit file
21 various "user-defined" commands for debugging Emacs. 21 that defines various "user-defined" commands for debugging Emacs.
22 22
23 ** It is a good idea to run Emacs under GDB (or some other suitable 23 ** It is a good idea to run Emacs under GDB (or some other suitable
24 debugger) *all the time*. Then, when Emacs crashes, you will be able 24 debugger) *all the time*. Then, when Emacs crashes, you will be able
25 to debug the live process, not just a core dump. (This is especially 25 to debug the live process, not just a core dump. (This is especially
26 important on systems which don't support core files, and instead print 26 important on systems which don't support core files, and instead print