This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lpelecq
Recipients
Date 2003-04-14.23:02:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
With this patch, instances of pdb.Pdb can read and
write from arbitrary file objects. It is based on
similar changes that have been made to cmd.py. It
basically consists of replacing print statement with
calls to self.stdout.write.

So it is possible for example to control the debugger
from another terminal to debug curses-based
applications or CGI scripts.

I can provide a basic client/server debugger.

This patch has been tested on Mandrake Linux 9.1 with
the current CVS version.
History
Date User Action Args
2007-08-23 15:22:13adminlinkissue721464 messages
2007-08-23 15:22:13admincreate