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 阅读(33) 评论(0) 收藏 举报
浙公网安备 33010602011771号