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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 05 Nov 2002 13:28:36 -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: Guido van Rossum (gvanrossum)
>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.

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-11-05 16:28

Message:
Logged In: YES 
user_id=6380

Cool.  Can you please add documentation? "pp" currently
shows up in pdb's "help" output as "undocumented". There's
also the LaTeX docs for pdb.


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

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