摘要: 1. gdb调试 fun.c head.h main.c (-g是调试选项, 生成的app.out可调试) 2 启动gdb gdb app.out 2.1 run (r) 启动 2.2 start 启动-停留在main函数,分步调试 2.21 next(n):下一步 2.22 step(s):下一步 阅读全文
posted @ 2019-03-23 15:58 douzujun 阅读(321) 评论(0) 推荐(0)