aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/DEBUG5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index 305988e0def..3f00da3553b 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -345,9 +345,12 @@ For instance
345 345
346 export DEBUGSOURCES="RowColumn.c MenuShell.c MenuUtil.c" 346 export DEBUGSOURCES="RowColumn.c MenuShell.c MenuUtil.c"
347 export DEBUG_FILE=/usr/tmp/LESSTIF_TRACE 347 export DEBUG_FILE=/usr/tmp/LESSTIF_TRACE
348 emacs &
348 349
349causes LessTif to print traces from the three named source files to a 350causes LessTif to print traces from the three named source files to a
350file in `/usr/tmp' (that file can get pretty large). 351file in `/usr/tmp' (that file can get pretty large). The above should
352be typed at the shell prompt before invoking Emacs, as shown by the
353last line above.
351 354
352Running GDB from another terminal could also help with such problems. 355Running GDB from another terminal could also help with such problems.
353You can arrange for GDB to run on one machine, with the Emacs display 356You can arrange for GDB to run on one machine, with the Emacs display