Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c927407

Browse files
committed
Adjust grouping for the "b(reak)" command syntax description. This is
required to get the info generation back in operation, yet again.
1 parent 20e0196 commit c927407

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libpdb.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ \section{Debugger Commands}
162162
Move the current frame one level up in the stack trace
163163
(to a newer frame).
164164
165-
\item[b(reak) \optional{\var{lineno}{\Large\code{|}}\var{function}%
165+
\item[b(reak) \optional{\var{lineno}\code{\Large|}\var{function}%
166166
\optional{, \code{'}\var{condition}\code{'}}}]
167167
168168
With a \var{lineno} argument, set a break there in the current

Doc/libpdb.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ \section{Debugger Commands}
162162
Move the current frame one level up in the stack trace
163163
(to a newer frame).
164164
165-
\item[b(reak) \optional{\var{lineno}{\Large\code{|}}\var{function}%
165+
\item[b(reak) \optional{\var{lineno}\code{\Large|}\var{function}%
166166
\optional{, \code{'}\var{condition}\code{'}}}]
167167
168168
With a \var{lineno} argument, set a break there in the current

0 commit comments

Comments
 (0)