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  if anyone thinks that it's  worthwhile...
> 
> What do you think?

I just looked at it, and yes, it's a good idea. As you say, the patch
is currently out of date. It is probably easiest to redo it from
scratch; if you do, please use print redirections instead of
self.file.write.

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to