Kodi Community Forum
Win Add debug infoline to the views - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: Win Add debug infoline to the views (/showthread.php?tid=203757)



Add debug infoline to the views - _Andy_ - 2014-09-06

Hello

I like to know what do i have to modify to get a overlay infolabel to the views so i can see which window and xml is used.
An example what i mean.

Image


RE: Add debug infoline to the views - mikebzh44 - 2014-09-08

Just edit addon.xml file in Aeon Nox skin directory and set debug option to true :

Code:
<extension
    point="xbmc.gui.skin"
    defaultthemename="Textures.xbt"
    debugging="true"
    effectslowdown="1.0">
    <res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
  </extension>

Then restart XBMC.


RE: Add debug infoline to the views - _Andy_ - 2014-09-08

Thanks. That did the trick.