[dali_1.4.26] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / docs / content / programming-guide / debug-rendering.md
1 <!--
2 /**-->
3
4 # Debug rendering {#debugrendering}
5
6 Setting DALI_DEBUG_RENDERING environment variable will enable the visual debugging.
7
8 Then, every concrete visual ( ColorVisual, BorderVisual, ImageVisual, GradientVisual, etc. ) is replaced with a wireframe visual.
9 The wireframe visual renders a simple quad wireframe, so that the control layout and scene structure is clearly displayed.
10
11 ## Example:
12 ~~~{.bash}
13 sh-4.1$ DALI_DEBUG_RENDERING=1 /usr/apps/com.samsung.dali-demo/bin/blocks.example
14 ~~~
15
16 ![ ](debug-blocks.png)
17
18