Kodi Community Forum

Full Version: How do you do debugging in kodi?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am a newbie in kodi addon coding.

Wanting to find the values of variables.

How do you do this in kodi?
i use the simple approach, add some xbmc.log(variable) statements to the code and observe the kodi Debug Log
I've made this remote interface for Python's built-in PDB debugger with Kodi in mind, although a general-purpose package also exists.