How do you do debugging in kodi?
#1
I am a newbie in kodi addon coding.

Wanting to find the values of variables.

How do you do this in kodi?
Reply
#2
i use the simple approach, add some xbmc.log(variable) statements to the code and observe the kodi Debug Log
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
I've made this remote interface for Python's built-in PDB debugger with Kodi in mind, although a general-purpose package also exists.
Reply

Logout Mark Read Team Forum Stats Members Help
How do you do debugging in kodi?0