fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / slideshow / qa / debug / readme.txt
bloba3df5a93b7684d8e1a74ea5250a594d5bcb4cc01
1 Recognized preprocessor switches
2 ================================
4  - VERBOSE=t: enable extra verbose trace output (debug=t builds only)
5  - TIMELOG=t: enable time logging (also for product builds)
8 Debug tools overview
9 ====================
11 nodetree.sh:
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.