Debugging on iPad version of XBMC Frodo RC3
#1
Not sure if I should post this here or under iOS support, if this is the wrong place, sorry.

For some reason, my python script, which runs fine on OSX and Windows, is terminating early but is not producing any python error information. Is there a missing switch or flag or do I need some additional package installed on iOS?

When the script stops, the only error is: ERROR: GetDirectory - Error getting plugin

The following 'default.py' code snippet reproduces this effect:
Code:
#!/usr/bin/python
this line should produce an error

BTW, any 'print' or 'xbmc.log' commands produce the correct log file output, just no debug info from python.

Also note that XBMC doesn't crash just the python script is abending.

Any help would be greatly appreciated.

Best,
guitardood
Reply

Logout Mark Read Team Forum Stats Members Help
Debugging on iPad version of XBMC Frodo RC30