Kaydet (Commit) 31ec33ed authored tarafından Fred Drake's avatar Fred Drake

Work around problems with HTML conversion by making the break and

tbreak synopses be all on one line (each).  Known problem, most
recently reported by Barry Scott <barry@scottb.demon.co.uk>.
üst cc10e046
...@@ -183,9 +183,7 @@ Move the current frame one level down in the stack trace ...@@ -183,9 +183,7 @@ Move the current frame one level down in the stack trace
Move the current frame one level up in the stack trace 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}\optional{, \var{condition}}}]
\code{\Large{|}}\var{function}%
\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
file. With a \var{function} argument, set a break at the first file. With a \var{function} argument, set a break at the first
...@@ -203,9 +201,7 @@ Without argument, list all breaks, including for each breakpoint, ...@@ -203,9 +201,7 @@ Without argument, list all breaks, including for each breakpoint,
the number of times that breakpoint has been hit, the current 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}\optional{, \var{condition}}}]
\code{\Large{|}}\var{function}%
\optional{, \var{condition}}}]
Temporary breakpoint, which is removed automatically when it is Temporary breakpoint, which is removed automatically when it is
first hit. The arguments are the same as break. first hit. The arguments are the same as break.
......
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