diff options
Diffstat (limited to 'Lib/pdb.doc')
-rw-r--r-- | Lib/pdb.doc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Lib/pdb.doc b/Lib/pdb.doc index c92b572..43a91c2 100644 --- a/Lib/pdb.doc +++ b/Lib/pdb.doc @@ -61,9 +61,10 @@ u(p) Move the current frame one level up in the stack trace (to a newer frame). -b(reak) [lineno] - With a line number argument, set a break there in the current file. - Without argument, list all breaks. +b(reak) [lineno | function] + With a line number argument, set a break there in the current + file. With a function name, set a break at the entry of that + function. Without argument, list all breaks. cl(ear) [lineno] With a line number argument, clear that break in the current file. |