Skip to content

Commit

Permalink
update slide
Browse files Browse the repository at this point in the history
  • Loading branch information
tangruize committed Nov 7, 2019
1 parent a3c7c4d commit a066de8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Slides/2019-11-01_Function_Array/sections/debug.tex
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ \section{简易调试技术}\label{sec:简易调试技术}
\textbf{行为} & \textbf{命令} \\ \hline
设置断点在\texttt{main()} & \texttt{b main} \\ \hline
设置断点在第八行 & \texttt{b 8} \\ \hline
运行程序 & \texttt{r} \\ \hline
继续执行 & \texttt{c} \\ \hline
查看变量a[4][4] & \texttt{p a[4][4]} \\ \hline
单步不进入函数执行3行 & \texttt{n 3} \\ \hline
单步进入函数执行1行 & \texttt{s} \\ \hline
Expand Down

0 comments on commit a066de8

Please sign in to comment.