gdb with debugger adapter protocol

Since version 14, gdb has a new interpreter 'dap'. With this new feature, we can debug c/c++/rust code within
neovim without using other tools.

build from source

./configure --prefix=<installation path> --with-python=<python executable path>

After building, run gdb -i dap.

posted on 2024-06-27 16:28  winter-loo  阅读(3)  评论(0编辑  收藏  举报

导航