Document the new `pp' command.

This commit is contained in:
Barry Warsaw 2002-11-05 22:41:16 +00:00
parent 210bd208eb
commit 75f36b7040
1 changed files with 5 additions and 0 deletions

View File

@ -273,6 +273,11 @@ Evaluate the \var{expression} in the current context and print its
value. (Note: \samp{print} can also be used, but is not a debugger
command --- this executes the Python \keyword{print} statement.)
\item[pp \var{expression}]
Like the \samp{p} command, except the value of the exception is
pretty-printed using the \module{pprint} module.
\item[alias \optional{\var{name} \optional{command}}]
Creates an alias called \var{name} that executes \var{command}. The