Kodi Community Forum

Full Version: Skin debug mode bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I like to use the skin.debug mode Skin.ToggleDebug() via my keymap but it has been broken in Kodi 18 nightlies for a while now. Instead of showing the window name it shows what appear to be random characters (or no name at all). Looking at builds I have installed, it works in git:20170517 and is broken in git:20170710 (these are win32 builds). Not sure where to look for a commit that broke this. I find having the window name displayed is helpful, so I hope this wasn't intended.

scott s.
.
https://github.com/xbmc/xbmc/pull/12620 should fix it. Looks like it is fallout from the Button to Windowtranslator migration.
Thanks. I'll let you guys hash out how to implement it in the code.

scott s.
.