diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libpdb.tex | 4 | ||||
-rw-r--r-- | Doc/libpdb.tex | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index a439363..4153c70 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 a439363..4153c70 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} |