Kodi Community Forum
Debug Window for Python-Code - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Debug Window for Python-Code (/showthread.php?tid=76854)



Debug Window for Python-Code - linuxluemmel - 2010-07-08

It seems hat the old debug-log window (python-script) is removed from svn.
Could it be activated with a key or something ?
I know that the logs inside ./xbmc/temp/xbmc.log could be used but I guess
I would be faster if there would be a window to open than to open a terminal
and greping the strings from the addon.


- jmarshall - 2010-07-09

Nope, it's no longer available. Grepping the log is the way to go.

Cheers,
Jonathan


- linuxluemmel - 2010-07-09

Ok I miss this feature ... In the past it was easy to open the log-window and to see a error
I produced inside my script.
A debugger would be nice ... ( ;-) yes it could be done with a thing called "eclipse" .....)
Howmany of you write addons with ecplise ?
imho I think it is a bit a overkill to install eclipse. ( I would not say I hate Java, but also I would not say that I like it very mutch).
Cheers,
Hans

LOL : Even better write a addon that shows the error from other addon :-)