diff options
| author | Eli Zaretskii | 2001-01-30 09:57:39 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-30 09:57:39 +0000 |
| commit | 2aa25884da2fdc562e7a6cb72edb5516a07fa511 (patch) | |
| tree | 092ea2a2d63088d1848082fa2b8f5635b9fa5546 /etc/DEBUG | |
| parent | 762fe76eb7bdde4fa36ecaedf81d5fcb7f15b902 (diff) | |
| download | emacs-2aa25884da2fdc562e7a6cb72edb5516a07fa511.tar.gz emacs-2aa25884da2fdc562e7a6cb72edb5516a07fa511.zip | |
Clarify the instructions for debugging LessTif.
Diffstat (limited to 'etc/DEBUG')
| -rw-r--r-- | etc/DEBUG | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -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 | ||
| 349 | causes LessTif to print traces from the three named source files to a | 350 | causes LessTif to print traces from the three named source files to a |
| 350 | file in `/usr/tmp' (that file can get pretty large). | 351 | file in `/usr/tmp' (that file can get pretty large). The above should |
| 352 | be typed at the shell prompt before invoking Emacs, as shown by the | ||
| 353 | last line above. | ||
| 351 | 354 | ||
| 352 | Running GDB from another terminal could also help with such problems. | 355 | Running GDB from another terminal could also help with such problems. |
| 353 | You can arrange for GDB to run on one machine, with the Emacs display | 356 | You can arrange for GDB to run on one machine, with the Emacs display |