[Python-Dev] remote debugging with pdb
"Martin v. Löwis"
martin at v.loewis.de
Mon Apr 17 17:52:06 CEST 2006
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
More information about the Python-Dev
mailing list