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

SourceForge.net noreply at sourceforge.net
Wed Aug 13 17:19:36 EDT 2003


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

Category: Library (Lib)
>Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Laurent Pelecq (lpelecq)
Assigned to: Nobody/Anonymous (nobody)
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.


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

Comment By: Raymond Hettinger (rhettinger)
Date: 2003-06-22 13:15

Message:
Logged In: YES 
user_id=80475

I think this is a good idea.
It is past the the time for being added to 2.3.
Unassigning, but will come back to it for 2.4.

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

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



More information about the Patches mailing list