Re: [Python-Dev] remote debugging with pdb

2006-04-17 Thread Ilya Sandler
On Mon, 17 Apr 2006, [ISO-8859-1] "Martin v. L?wis" wrote: > > There is a patch on SourceForge > > python.org/sf/721464 > > which allows pdb to read/write from/to arbitrary file objects. Would it > > answer some of your concerns (eg remote debugging)? > > > > I guess, I could revive it if anyo

Re: [Python-Dev] remote debugging with pdb

2006-04-17 Thread Martin v. Löwis
Ilya Sandler wrote: > There is a patch on SourceForge > python.org/sf/721464 > which allows pdb to read/write from/to arbitrary file objects. Would it > answer some of your concerns (eg remote debugging)? > > The patch probably will not apply to the current code, but I guess, I > could revive it

[Python-Dev] remote debugging with pdb

2005-08-16 Thread Ilya Sandler
> One thing PDB needs is a mode that runs as a background thread and > opens up a socket so that another Python process can talk to it, for > embedded/remote/GUI debugging. There is a patch on SourceForge python.org/sf/721464 which allows pdb to read/write from/to arbitrary file objects. Would