DEBUGSOURCES should contain a list of files, separated by colons.

This commit is contained in:
Gerd Moellmann 2001-03-07 14:01:03 +00:00
parent 471f86b9a3
commit 6806e86735

View file

@ -350,7 +350,7 @@ helpful to set the `DEBUGSOURCES' and `DEBUG_FILE' environment
variables, so that one can see what LessTif was doing at this point.
For instance
export DEBUGSOURCES="RowColumn.c MenuShell.c MenuUtil.c"
export DEBUGSOURCES="RowColumn.c:MenuShell.c:MenuUtil.c"
export DEBUG_FILE=/usr/tmp/LESSTIF_TRACE
emacs &