18 Star 39 Fork 1

mathmhb / Makefile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prompt.gdb 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
mathmhb 提交于 2023-07-12 01:42 . gdb prompt more hints
set prompt (GDB)\n
set height 0
set new-console on
if 0
set tui compact-source
set tui border-kind ascii
tui enable
end
echo *Single-letter Commands*: 以下命令可用首字母加回车\n \
*quit|help|break [n]|continue|finish| next | step |print [x]|watch [i]*\n\
*退出|帮助|设置断点|往下运行|结束函数|单步过去|单步进入|打印表达式|监视变量*\n\
break main
run
其他
1
https://gitee.com/imbit_mathmhb/Makefile.git
git@gitee.com:imbit_mathmhb/Makefile.git
imbit_mathmhb
Makefile
Makefile
master

搜索帮助