comparison etc/DEBUG @ 40348:380d8f312f3a

Mention that screen(1) can come in handy for debugging the tty version. Suggested by dave Love.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 26 Oct 2001 20:21:57 +0000
parents c824be0e27e2
children 902e47b4907b
comparison
equal deleted inserted replaced
40347:33677e74f680 40348:380d8f312f3a
457 (gdb) run 457 (gdb) run
458 458
459 The debugged Emacs should now start in no-window mode with its display 459 The debugged Emacs should now start in no-window mode with its display
460 directed to the xterm window you opened above. 460 directed to the xterm window you opened above.
461 461
462 Similar arrangement is possible on a character terminal by using the
463 `screen' package.
464
462 ** Running Emacs built with malloc debugging packages 465 ** Running Emacs built with malloc debugging packages
463 466
464 If Emacs exhibits bugs that seem to be related to use of memory 467 If Emacs exhibits bugs that seem to be related to use of memory
465 allocated off the heap, it might be useful to link Emacs with a 468 allocated off the heap, it might be useful to link Emacs with a
466 special debugging library, such as Electric Fence (a.k.a. efence) or 469 special debugging library, such as Electric Fence (a.k.a. efence) or