gdb -args [command] bt:堆栈 f:进入堆栈 s:进入函数 n:下一步 b:打断点 b [where] if [条件]:条件断点 info b:断点信息 d:删除断点 focus:仿图形界面