nvim-gdb
nvim-gdb copied to clipboard
Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB
What are the steps to reproduce this issue? ------------------------------------------- 1. GdbStart gdb -q program 2. start 3. [[Optional]] Do something... 4. checkpoint What happens? ------------- Nvim-gdb becomes completely unresponsive to...
This makes things pretty unusable. The issue is cause by this change: https://github.com/sakhnik/nvim-gdb/commit/09c92daf12bdfa2e9a42149d81ae016e9960c945#diff-f73960b7024bf1aed12c42b6d3c29f67b52a1dfee2fb99cc07d937d6d340bb3dL50 The pattern `$` matches every string so this code is triggered every time the input buffer is...