mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Clarify the instructions for debugging LessTif.
This commit is contained in:
parent
762fe76eb7
commit
2aa25884da
@ -345,9 +345,12 @@ For instance
|
||||
|
||||
export DEBUGSOURCES="RowColumn.c MenuShell.c MenuUtil.c"
|
||||
export DEBUG_FILE=/usr/tmp/LESSTIF_TRACE
|
||||
emacs &
|
||||
|
||||
causes LessTif to print traces from the three named source files to a
|
||||
file in `/usr/tmp' (that file can get pretty large).
|
||||
file in `/usr/tmp' (that file can get pretty large). The above should
|
||||
be typed at the shell prompt before invoking Emacs, as shown by the
|
||||
last line above.
|
||||
|
||||
Running GDB from another terminal could also help with such problems.
|
||||
You can arrange for GDB to run on one machine, with the Emacs display
|
||||
|
Loading…
Reference in New Issue
Block a user