diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index a439363734d..4153c704818 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -41,6 +41,10 @@ NameError: 'spam' (Pdb) \end{verbatim} +\code{pdb.py} can also be invoked as +a script to debug other scripts. For example: +\code{python /usr/local/lib/python1.4/pdb.py myscript.py} + Typical usage to inspect a crashed program is: \begin{verbatim} diff --git a/Doc/libpdb.tex b/Doc/libpdb.tex index a439363734d..4153c704818 100644 --- a/Doc/libpdb.tex +++ b/Doc/libpdb.tex @@ -41,6 +41,10 @@ NameError: 'spam' (Pdb) \end{verbatim} +\code{pdb.py} can also be invoked as +a script to debug other scripts. For example: +\code{python /usr/local/lib/python1.4/pdb.py myscript.py} + Typical usage to inspect a crashed program is: \begin{verbatim}