GDB基本命令 break命令 b 9 //在第9行设置断点 continue连续运行 c //连续运行,到达断点会停下来 info查明命令 info breakpoints //显示所有断点 disable 命令 disable breakpoints 3 //禁用3号断点