Commit 033743a5 authored by Fred Drake's avatar Fred Drake

Nits to support conversions.

parent 3db20c2d
...@@ -184,7 +184,7 @@ Move the current frame one level up in the stack trace ...@@ -184,7 +184,7 @@ Move the current frame one level up in the stack trace
(to a newer frame). (to a newer frame).
\item[b(reak) \optional{\optional{\var{filename}:}\var{lineno}% \item[b(reak) \optional{\optional{\var{filename}:}\var{lineno}%
\code{\Large|}\var{function}% \code{\Large{|}}\var{function}%
\optional{, \var{condition}}}] \optional{, \var{condition}}}]
With a \var{lineno} argument, set a break there in the current 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 ...@@ -204,7 +204,7 @@ the number of times that breakpoint has been hit, the current
ignore count, and the associated condition if any. ignore count, and the associated condition if any.
\item[tbreak \optional{\optional{\var{filename}:}\var{lineno}% \item[tbreak \optional{\optional{\var{filename}:}\var{lineno}%
\code{\Large|}\var{function}% \code{\Large{|}}\var{function}%
\optional{, \var{condition}}}] \optional{, \var{condition}}}]
Temporary breakpoint, which is removed automatically when it is Temporary breakpoint, which is removed automatically when it is
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment