]> granicus.if.org Git - python/commitdiff
Oops, some clarifications to conditional breaks.
authorGuido van Rossum <guido@python.org>
Fri, 11 Jul 1997 13:57:28 +0000 (13:57 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Jul 1997 13:57:28 +0000 (13:57 +0000)
Doc/lib/libpdb.tex
Doc/libpdb.tex

index bcb19c21ee47c1551dec75021ce99334f4579d6b..84ae3321ef87dd0e63508870f532fd46ab2c5ea2 100644 (file)
@@ -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}]]
 
index bcb19c21ee47c1551dec75021ce99334f4579d6b..84ae3321ef87dd0e63508870f532fd46ab2c5ea2 100644 (file)
@@ -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}]]