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:
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