1Recognized preprocessor switches 2================================ 3 4 - VERBOSE=t: enable extra verbose trace output (debug=t builds only) 5 - TIMELOG=t: enable time logging (also for product builds) 6 7 8Debug tools overview 9==================== 10 11nodetree.sh: 12 13 Generates a number of tree graphs from a trace output file, showing 14 the tree of AnimationNodes at various instances of the 15 slideshow. Each node has a fill color corresponding to its current 16 state, a legend for the color values can be obtained by the colors.sh 17 script. 18 To generate output at other instances, use the DEBUG_NODES_SHOWTREE 19 macro in animationnodefactory.cxx. 20