mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Nits to support conversions.
This commit is contained in:
parent
8fe2a34e1f
commit
eabfab1048
1 changed files with 2 additions and 2 deletions
|
|
@ -184,7 +184,7 @@ Move the current frame one level up in the stack trace
|
|||
(to a newer frame).
|
||||
|
||||
\item[b(reak) \optional{\optional{\var{filename}:}\var{lineno}%
|
||||
\code{\Large|}\var{function}%
|
||||
\code{\Large{|}}\var{function}%
|
||||
\optional{, \var{condition}}}]
|
||||
|
||||
With a \var{lineno} argument, set a break there in the current
|
||||
|
|
@ -204,7 +204,7 @@ the number of times that breakpoint has been hit, the current
|
|||
ignore count, and the associated condition if any.
|
||||
|
||||
\item[tbreak \optional{\optional{\var{filename}:}\var{lineno}%
|
||||
\code{\Large|}\var{function}%
|
||||
\code{\Large{|}}\var{function}%
|
||||
\optional{, \var{condition}}}]
|
||||
|
||||
Temporary breakpoint, which is removed automatically when it is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue