Hi Yoso,

> For a small application of mine that allows python scripting I would like to
> add single step execution, maybe more debug functionality later.
> I think that the pydevd daemon may be the ideal solution. Is it documented
> somewhere if and how to use pydevd without the rest of the PyDev
> environment?

Not really... but you should be able to get to it from the tests (they
are not extensive, but I think you should be able to track how
messages are received/sent from the debugger). The tests are at:
http://svn.aptana.com/svn/pydev/trunk/plugins/org.python.pydev.debug/pysrc/tests_python/

and the file: 
http://svn.aptana.com/svn/pydev/trunk/plugins/org.python.pydev.debug/pysrc/pydevd_comm.py
should have an overview of the communication commands.

Cheers,

Fabio

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
pydev-code mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to