首页 > 其他分享 >testpost

testpost

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

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.快捷键

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,GDB,Send,testpost,git,command
From: https://www.cnblogs.com/devin1024/p/17976701

相关文章

  • testpost1
    title:"testpost1"date:2023-06-18T14:05:25+08:00tags:["mytag1","mytag2"]categories:[]draft:falsetoc:true这是一级标题hello1.安装helloworld下面是一些命令三级标题gitclonegit://github.com/cgdb/cgdb.gitcdcgdb./autogen.sh./c......
  • testpost
    title:"testpost"date:2023-06-18T14:05:25+08:00tags:["mytag1","mytag2"]categories:[]draft:falsetoc:true这是一级标题hello1.安装下面是一些命令gitclonegit://github.com/cgdb/cgdb.gitcdcgdb./autogen.sh./configure--prefix=......