Re: [Pydev-code] standalone debugger daemon
Brought to you by:
fabioz
From: Fabio Z. <fa...@es...> - 2009-01-26 18:16:23
|
> 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 |