首页 > 其他分享 >testpost1

testpost1

时间:2024-01-20 16:23:45浏览次数:16  
标签:set cgdb Send GDB git command testpost1

title: "testpost1"
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.快捷键

F5 - 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.

标签:set,cgdb,Send,GDB,git,command,testpost1
From: https://www.cnblogs.com/devin1024/p/17976656

相关文章