Script.module.pydevd
Pydevd module for Kodi to enable script debugging.
Install / Use
/learn @powlo/Script.module.pydevdREADME
script.module.pydevd
Kodi support for PyDev debugging in Eclipse/Aptana.
How to use:
-
Add script.module.pydevd as a requirement to the module under test:
<!-- addon.xml --> <addon id="your.addon"> <requires> <import addon="script.module.pydevd" version="4.4.0"/> </requires> </addon> -
Start the debug server in Eclipse.
If the debug server is not running when you call settrace then you'll encounter:
Error Type: <class 'socket.error'> Error Contents: [Errno 111] Connection refused -
Then in the code under test:
import pydevd pydevd.settrace(stdoutToServer=True, stderrToServer=True) -
Use Eclipse debug perspective to move through code.
See http://pydev.org/ for details.
Known Issues:
When attempting to exit or shutdown, Kodi will often freeze after a debug session has been initiated.
Images in Kodi skins often fail to render during a debug session. If you want to verify that images are being rendered then do not run under a pydev debug session.
Trademarks:
"Python" is a registered trademark of the PSF. The Python logos (in several variants) are trademarks of the PSF as well. The logos are not registered, but registration does not equal ownership of trademarks.
www.python.org/psf/trademarks/
Related Skills
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
