gdb使用
gdb release.exe(可执行程序名)
>r(run) start (参数)
其他命令
b(break) function name 设断点
n(next) 单步执行
s(step) step into
l(list) 显示源码
c(continue) 继续程序
bt(backtrace) 显示栈中内容
p(print) 检查表达式的值
gdb使用
gdb release.exe(可执行程序名)
>r(run) start (参数)
其他命令
b(break) function name 设断点
n(next) 单步执行
s(step) step into
l(list) 显示源码
c(continue) 继续程序
bt(backtrace) 显示栈中内容
p(print) 检查表达式的值
您可能感兴趣的与本文相关内容
170
1305
339
3803
1826

被折叠的 条评论
为什么被折叠?