[Patches] [ python-Patches-631678 ] New pdb command "pp"

noreply@sourceforge.net noreply@sourceforge.net
Thu, 31 Oct 2002 09:46:47 -0800


Patches item #631678, was opened at 2002-10-31 12:46
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=631678&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Barry A. Warsaw (bwarsaw)
Assigned to: Tim Peters (tim_one)
Summary: New pdb command "pp"

Initial Comment:
I often find that I want to pretty print values in pdb.
 This patch adds a "pp" command, which is much like "p"
except it pretty prints the value.

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

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