From 31cbc846ac3c7f95e570e7b122d4345cf4553d93 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 11 Jul 1997 13:57:28 +0000 Subject: Oops, some clarifications to conditional breaks. --- Doc/lib/libpdb.tex | 8 ++++---- Doc/libpdb.tex | 8 ++++---- 2 files changed, 8 insertions(+), 8 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}]] diff --git a/Doc/libpdb.tex b/Doc/libpdb.tex index bcb19c2..84ae332 100644 --- a/Doc/libpdb.tex +++ b/Doc/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}]] -- cgit v0.12