gdb使用初步

首先,你的程序在经由gcc/g++编译的时候,要带上-g选项。比如:g++ test.cpp -g -o test
然后,执行:gdb test
进入gdb界面之后,输入start并回车,则调试开始。(如果被调试的程序需要参数,则在start后面带参数)
以下是常用命令:

help: display help. you can use 'help data', 'help running' for more help
start: start running and suspend
run: start running
n: next
s: step into
c: continue
b: set breakpoint
cl: clear breakpoint
info breakpoints: list all breakpoints
p: print value
disp: keep watch on value
undisp: no longer keep watch on value
where: show stach trace
thread: switch thread
ctrl+c: suspend debug running
list: display source code
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值