Billie Cleek
Billie Cleek
Maybe we can get to the bottom of this. Here's what I need: 1. execute `let g:go_debug=['lsp']` and reproduce the problem. I need the contents of the `__GOLSP_LOG__` window. 2....
/remove-lifecycle rotten @alvaroaleman with only 21 open PRs, I'm wondering if there's anything we can do to move this forward.
Is your application an http server that's waiting for a request?
What line is the breakpoint being created on? Can you give me more explicit replication steps?
I'm not able to duplicate the behavior you're seeing, but that could be because I'm using a mac. Can you try again after `:GoUpdateBinaries dlv`? What breakpoint are you expecting...
Can you debug successfully with the delve CLI?
> By the way the vim-go debug output that I have provided initially does not tell you anything, correct? That's right. It's useful, but doesn't pinpoint the problem.
This would be a problem for https://github.com/rogpeppe/godef then, because the error is actually coming from `godef`.
Yes, godef is old and the community has mostly moved on from it. I'd recommend changing your `g:go_def_mode` setting to use gopls instead (see `:help g:go_def_mode`). Alternatively, you could fix...
@BraveSoilder I just want to make sure you know that you can use `gopls` instead of `godef` for jumping to definitions. Since `'gopls'` is the default value for `g:go_def_mode`, you...