> Hello Fabio, > thank you for the reply. While looking at the pydevd sources another question > came up: > > It looks like it is only usable with the PyDev Extension which is not open > source. Is this correct? Or can pydevd act as a debug server which other > clients can connect to without any closed source extensions?
That's not really correct. Other clients can connect without any closed source extensions (there is a remote debugger part that's closed source, but that's mostly related to the communication in the Eclipse side of things... which are only distributed with Pydev Extensions). 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
