Files
loongoffice/slideshow/qa/debug
Michael Meeks 535e83550e re-base on ALv2 code. Includes:
Avoid some uses of non portable #!/bin/bash in shell scripts.
    Patch contributed by Pedro Giffuni
    http://svn.apache.org/viewvc?view=revision&revision=1235297
    remove redundant namespace, patch contributed Mathias Bauer
    http://svn.apache.org/viewvc?view=revision&revision=1162610
    removal of OS/2 port changes, and preferring our similiar
    tools/inc/tools/solar.h DLLPOSTFIX cleanup.
    i118595 - Removal of the use of getopt() from rscdep.
    Patch contributed by Andre Fische
    http://svn.apache.org/viewvc?view=revision&revision=1202270
2012-07-11 18:12:35 +01:00
..

Recognized preprocessor switches
================================

 - VERBOSE=t: enable extra verbose trace output (debug=t builds only)
 - TIMELOG=t: enable time logging (also for product builds)


Debug tools overview
====================

nodetree.sh:
 
 Generates a number of tree graphs from a trace output file, showing
 the tree of AnimationNodes at various instances of the
 slideshow. Each node has a fill color corresponding to its current
 state, a legend for the color values can be obtained by the colors.sh
 script.
 To generate output at other instances, use the DEBUG_NODES_SHOWTREE
 macro in animationnodefactory.cxx.