[PythonCE] Komodo remote debugging

Andrej Krpic akrpic77 at gmail.com
Mon Aug 18 12:38:33 CEST 2008


Hello,
I'm exploring options for pythonCE remote debugging.
One of them appears to be Active State's Komodo.
Files required to remotely debug in Active State's Komodo are in zip
reachable at:
www.2muchbeauty.com/Komodo-PythonRemoteDebugging-4.4.1-20896-wince-arm.zip

installing:
extract dbgp in \program files\python25\lib, put pydgbp.py from bin anywere
you want (be it root for example).

using:
use rapi tools (http://www.xs4all.nl/~itsme/projects/xda/tools.html,
excellent!) to remotely run python,
to run pydbgp to debug your-script.py

> prun.exe "\program files\python25\python.exe" \pydgbp.py -d HOST:PORT
your-script.py
be sure to have Komodo listening for debugging connections (check Listener
Status for port)

issues:
your-script.py must be in root

Andrej
(note: I'm not affiliated with ActiveState in anyway)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonce/attachments/20080818/0f4c2c0f/attachment.htm>


More information about the PythonCE mailing list