nvim-gdb icon indicating copy to clipboard operation
nvim-gdb copied to clipboard

Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB

Results 11 nvim-gdb issues
Sort by recently updated
recently updated
newest added

However I toggle a breakpoint (from they keymap of from gdb) there are no indicators of the breakpoints as defined by default in the config. It's not a problem with...

not reproduced

For reference, this is the command I am running: `:GdbStart gdb --args ./path/to/my/binary ` You can tell something automatically happens, but the window immediately closes. I saw another issue where...

As a terminal user with neovim, I love the idea of nvim-gdb rather than DAP which is too bloated to me. Has a plan to support delve?

Hi everyone, first of all thx for *nvim-gdb* of course. Yesterday I updated my *master* branch and ran into the problem I described in the heading. Right now I am...

What are the steps to reproduce this issue? ------------------------------------------- 1. launch nvim 2. GdbStart gdb -p `pid` 3. F10 to step breakpoint 4. gdb crashes on breakpoint hit What happens?...

What are the steps to reproduce this issue? ------------------------------------------- I'm using ```bash > nvim --version NVIM v0.10.0-dev-28f54a7 Build type: RelWithDebInfo LuaJIT 2.1.1694751058 ~/.local/share/nvim/site/pack/packer/start/nvim-gdb > git rev-parse HEAD 6fd4eb53ac25fda0c2f1a60457c5f0592a0e95ad > gdb...

What are the steps to reproduce this issue? ------------------------------------------- i am runing a simple c file using gdb in mac, i can toggle breakpoint, but i type `r`, it will...

When you use a debugger in an IDE the IDE itself is the entity that owns the breakpoints. So when you click in the gutter and add a little red...

I do see that you build a plugin, which takes record and replay more serious, which the other debugging plugins unfortunately do not. Unfortunately, `rr` supports not all platforms and...

My suggestion would be to steal the functionality from PackerRestore and PackerSnapshot. Gdb commands to store and load breakpoints between sessions are rather trivial and can be used as `server`...