-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vim-go: failed to sync breakpoints #3659
Comments
This happens to me too(NVIM v0.6.1), somehow it can still run, but stepinto is extremely slow, sometime with same error message. Works perfectly in vim(VIM - Vi IMproved 8.2) though |
The 20 seconds is a good clue that vim-go is having a hard time processing the response. Perhaps something is amiss with the buffer handling that vim-go uses for neovim. |
@bhcleek btw. something is off in the github action as well. the e.g.
This is the github action from latest master: https://github.com/fatih/vim-go/actions/runs/12509811772/job/34899754951 |
What did you do? (required: The issue will be closed when not provided)
:GoDebugStart
:GoDebugContinue
:GoDebugStep
It takes exactly 20 seconds until debug step is complete and nvim is usable again.
Note: this does NOT happen with vim, but only with NeoVIM.
What did you expect to happen?
What happened instead?
vim-go ran in a 20 seconds RPC timeout from here:
vim-go/autoload/go/debug.vim
Line 653 in feef9b3
Configuration (MUST fill this out):
vim-go version:
2024-03-25
/14eedf6135cf4253b0ed48a0b53d6834a40da1c4
vimrc
you used to reproduce:vimrc
Vim version (first three lines from
:version
):NVIM v0.9.4
Build type: Release
LuaJIT 2.1.1693350652
Go version (
go version
):go version go1.21.9 linux/amd64
Go environment
go env
Output:gopls version
gopls version
Output:vim-go configuration:
vim-go configuration
filetype detection configuration:
filetype detection
The text was updated successfully, but these errors were encountered: