summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpdb.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-11 13:57:28 (GMT)
committerGuido van Rossum <guido@python.org>1997-07-11 13:57:28 (GMT)
commit31cbc846ac3c7f95e570e7b122d4345cf4553d93 (patch)
treef5cdd94aef7742b4a5e20b82697a9a9e7c61eeff /Doc/lib/libpdb.tex
parent255d79007753f4c3fe23449193ce9d4707e33c44 (diff)
downloadcpython-31cbc846ac3c7f95e570e7b122d4345cf4553d93.zip
cpython-31cbc846ac3c7f95e570e7b122d4345cf4553d93.tar.gz
cpython-31cbc846ac3c7f95e570e7b122d4345cf4553d93.tar.bz2
Oops, some clarifications to conditional breaks.
Diffstat (limited to 'Doc/lib/libpdb.tex')
-rw-r--r--Doc/lib/libpdb.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex
index bcb19c2..84ae332 100644
--- a/Doc/lib/libpdb.tex
+++ b/Doc/lib/libpdb.tex
@@ -162,14 +162,14 @@ Move the current frame one level down in the stack trace
Move the current frame one level up in the stack trace
(to a newer frame).
-\item[b(reak) [\var{lineno}\code{|}\var{function}] [, "condition"]]
+\item[b(reak) [\var{lineno}\code{|}\var{function}] [, "\var{condition}"]]
With a \var{lineno} argument, set a break there in the current
file. With a \var{function} argument, set a break at the entry of
that function. Without argument, list all breaks.
-If a second argument is present, it is a string specifying an
-expression which must evaluate to true before the breakpoint is
-honored.
+If a second argument is present, it is a string (included in string
+quotes!) specifying an expression which must evaluate to true before
+the breakpoint is honored.
\item[cl(ear) [\var{lineno}]]