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