[Patches] [ python-Patches-721464 ] Remote debugging with pdb.py

SourceForge.net noreply@sourceforge.net
Thu, 22 May 2003 00:40:44 -0700


Patches item #721464, was opened at 2003-04-14 18:02
Message generated for change (Settings changed) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=721464&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Laurent Pelecq (lpelecq)
>Assigned to: Raymond Hettinger (rhettinger)
Summary: Remote debugging with pdb.py

Initial Comment:
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.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=721464&group_id=5470