diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:54:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:54:21 +0000 |
commit | 4d9e107f017c12f513950e444352335ff5dd80c7 (patch) | |
tree | e75c3b0bd3823a1c12b7926c48159208d945f93f /slideshow | |
parent | 626b23a2e42eab18423183bced7c2f71192ff52b (diff) |
INTEGRATION: CWS impress23 (1.2.2); FILE MERGED
2004/12/08 13:43:38 thb 1.2.2.1: #i36214# Restructured animation and activities factory into several files, fixed some gcc wall complaints
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/qa/debug/nodetree.sh | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/slideshow/qa/debug/nodetree.sh b/slideshow/qa/debug/nodetree.sh index 8a8db8cdc74e..e40078faaddd 100644 --- a/slideshow/qa/debug/nodetree.sh +++ b/slideshow/qa/debug/nodetree.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# Last changes: $Author: rt $ $Date: 2004-11-26 18:43:10 $ +# Last changes: $Author: kz $ $Date: 2005-01-21 16:54:21 $ # # Generate node tree from verbose logfile # @@ -21,8 +21,15 @@ # the bare minimum (to reproduce your bug, or whatever you need this # for). # -# The generated output will have all nodes color-coded with their state at the -# point when the tree was dumped +# The generated output will have all nodes color-coded with their state +# at the point when the tree was dumped (see colors.sh for the color +# codes) +# +# When looking for the mechanics that generate the relevant output, +# grep for the DEBUG_NODES_SHOWTREE macros in the slideshow source: +# Each such place dumps the current node tree to the trace output. Thus, +# if you need to check the tree state at other places or times, just add +# a DEBUG_NODES_SHOWTREE (or DEBUG_NODES_SHOWTREE_WITHIN, that is). # ################################################### |