need help to deubug my script in eclips
#1
hi
i am try to debug my script in ecplise from windows
i folllow this guide:

http://wiki.xbmc.org/index.php?title=HOW...th_Eclipse

but when i run my scipt in xbmc its stop and give me this errror in eclipse:

Debug Server at port: 5678
pydev debugger: Unable to find real location for: special://xbmc/system/python/Lib\pysrc\pydevd.py
pydev debugger: Unable to find real location for: special://xbmc/system/python/Lib\pysrc\pydevd_comm.py
pydev debugger: Unable to find real location for: special:\\xbmc\system\python\python24.zlib\threading.py

does someone know what this error ??


thank you
Reply
#2
Hate to revive an old thread but I just did the exact same thing and got the exact same errors. I was able to solve the first two errors by putting the pysrc folder in the same directory as my default.py of my plugin and then referred to that as a source and added "import pysrc" to the top of my script. However, I was unable to solve the other error, maybe the author of that tutorial left out some additional step. As far as I can tell, my python24.zlib it where it is supposed to be and when I open up python24.zlib, the threading.py is in that archive.
Reply
#3
someone know how to solve it?

thank you
Reply
#4
try to read this document:
http://www.maskedfox.com/xbmc/old/Emulator/manual.pdf
Reply

Logout Mark Read Team Forum Stats Members Help
need help to deubug my script in eclips0