File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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)\\
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
You can’t perform that action at this time.
0 commit comments