Commit 809408eb authored by Guido van Rossum's avatar Guido van Rossum

Mention use of pdb.py to run a script (AMK).

parent 94adab5e
......@@ -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}
......
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment