Skip to content

Commit 7846600

Browse files
committed
Fix overflow.
1 parent eac0ffc commit 7846600

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

intro.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,8 @@
15491549
\texttt{print \emph{expr}} & print expression\\
15501550
\texttt{set \emph{var} = \emph{expr}} & change value of variable\\
15511551
\texttt{cont} & continue program run\\
1552-
\texttt{next}, \texttt{step} & execute a line (with/out going into function)\\
1552+
\texttt{next}, \texttt{step} & execute a line (with/out going into\\*
1553+
& function)\\
15531554
\texttt{stop \emph{condition}} & set breakpoint\\
15541555
\texttt{trace \emph{condition}} & remove tracepoint\\
15551556
\texttt{command \emph{n}} & action on breakpoint (commands follow)\\
@@ -1638,7 +1639,8 @@
16381639
\texttt{print \emph{expr}} & print expression\\
16391640
\texttt{set \emph{var} = \emph{expr}} & change value of variable\\
16401641
\texttt{cont} & continue program run\\
1641-
\texttt{next}, \texttt{step} & execute a line (with/out going into function)\\
1642+
\texttt{next}, \texttt{step} & execute a line (with/out going into\\*
1643+
& function)\\
16421644
\texttt{break \emph{condition}} & set breakpoint\\
16431645
\texttt{help [\emph{name}]} & print help\\
16441646
\texttt{quit} & debugger exit

0 commit comments

Comments
 (0)