Komodo remote debugging

View: New views
1 Messages — Rating Filter:   Alert me  

Komodo remote debugging

by Andrej Krpic :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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:

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