« Return to Thread: Komodo remote debugging

Komodo remote debugging

by Andrej Krpic :: Rate this Message:

Reply to Author | View in Thread

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)


_______________________________________________
PythonCE mailing list
PythonCE@...
http://mail.python.org/mailman/listinfo/pythonce

 « Return to Thread: Komodo remote debugging