Skip to content

wangjiaming0909/vgdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is VGDB?

VGDB is a nvim plugin for gdb debuging. vim is not supported now.
VGDB is a wrapper of gdb, start gdb with cmd: --interpreter=mi3.

How to use?

Install plugin:

Plug 'skywind3000/vim-quickui'
Plug 'wangjiaming0909/vgdb'

Install py package pygdbmi

pip3 install pygdbmi

Intall fdfind

sudo apt install fd-find

Add a command map to VGDB_Start() in you init.vim

nnoremap <F5> :call VGDB_Start()<CR>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published