title: "testpost"
date: 2023-06-18T14:05:25+08:00
tags: ["mytag1", "mytag2"]
categories: []
draft: false
toc: true
这是一级标题
hello
1.安装
hello world
下面是一些命令
三级标题
git clone git://github.com/cgdb/cgdb.git
cd cgdb
./autogen.sh
./configure --prefix=/usr/local
make
sudo make install
# 报错解决方法
sudo apt-get install automake libncurses5-dev flex texinfo libreadline-dev
2.配置
vim ~/.cgdb/cgdbrc
set ignorecaseset
ts=4
set wso=vertical
set eld=shortarrow
set hls
map <F9> :until<cr>
3.快捷键
标签:set,cgdb,GDB,Send,testpost,git,command From: https://www.cnblogs.com/devin1024/p/17976701F5 - Send a run command to GDB.
F6 - Send a continue command to GDB.
F7 - Send a finish command to GDB.
F8 - Send a next command to GDB.
F10 - Send a step command to GDB.