SaaSHub helps you find the best software and product alternatives Learn more →
Nvim-gdb Alternatives
Similar projects and alternatives to nvim-gdb
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
-
packer.nvim
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
-
-
-
which-key.nvim
💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
-
mason.nvim
Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
-
-
-
-
-
-
-
-
-
iswap.nvim
Interactively select and swap function arguments, list elements, and much more. Powered by tree-sitter.
nvim-gdb discussion
nvim-gdb reviews and mentions
-
I can't stand using VSCode so I wrote my own (it wasn't easy)
It's not ideal to me yet. I've had some problems with DAP. The DAP servers I've checked were a bit unstable and slow. For now I'm using gdb with nvim-gdb https://github.com/sakhnik/nvim-gdb
Very reliable and as fast as gdb is. But with all the problems just using gdb has.
-
Debugging in neovim
Maybe https://github.com/sakhnik/nvim-gdb (bashdb uses gdb like commands) I've mostly used llvm debugger and node debugger so I am not too familiar with gdb.
-
I must be missing something
nvim-gdb: GDB wrapper, simple and easy to hack.
-
Create visual interface for breakpoints
Recently I am using nvim-gdb, which is inspired by neovim-gdb.vim script. I am wondering whether it is possible to have the same visual interface in terms of current line running as well as the breakpoint mark similar to the above two project but not connect to the debug?
-
Debugging in Neovim
There's the plugin that evolved from the original neovim debugger: sakhnik/nvim-gdb. Well tested and maintained. Spoiler: personal affiliation.
-
Debugger plugins
sakhnik/nvim-gdb This one also looks like a nice debugger plugin; also neovim only.
-
GDB TUI mode
https://www.dannyadam.com/blog/2019/05/debugging-in-vim/ describes it well. https://github.com/sakhnik/nvim-gdb is nicer, but requires neovim.
-
A note from our sponsor - SaaSHub
www.saashub.com | 20 Jan 2025
Stats
The primary programming language of nvim-gdb is Lua.