vim-delve icon indicating copy to clipboard operation
vim-delve copied to clipboard

Neovim / Vim integration for Delve

Results 13 vim-delve issues
Sort by recently updated
recently updated
newest added

Hello , thanks for building this amazing tool my delve server run on docker on address 127.0.0.1 and port 2345 and I use `DlvConnect 127.0.0.1:2345` to connect to it but...

A great feature of some other plugins is the ability to jump to the next relevant thing. For example, with [vim-signify](https://github.com/mhinz/vim-signify) I can [jump to the next change in my...

enhancement
good first pr

If I set a breakpoint in the Delve window then code execution halts as expected. However, if I set the same breakpoint using `:DlvAddBreakpoint` it doesn't. Looking at my application...

help wanted
hacktoberfest

I'm using Delve through vim-test. One of the problems with that integration is that vim-test is writing it's own init file and calling tests agains that. This means that if...

I think before I tried vim-delve, it opened an interactive console. Now when I run it, I get a lot of windows that I'm confused how to interact with: https://s.natalian.org/2021-04-11/vim-delve.mp4...

As you can see from this profiler excerpt, delve takes a solid half a second to load even when loading plaintext files. ``` 058.538 009.532 009.532: sourcing /Users/badt/.vim/plugged/vim-unimpaired/plugin/unimpaired.vim 059.444 000.655...

Hi! First of all, thanks for the great plugin, it greatly improves my debugging experience :) When I work with a console dlv, my usual debugging routine is to go...

`DlvExec ~/go/bin/acommand anargument` results in: `zsh:cd:1: no such file or directory: anargument` But any quoting of the command causes DlvExec to just split the buffer window.

It would be nice to have support for touchbar present on MacBooks. Having a dedicated set of buttons would greately simplify the user experience.

enhancement

Hey, I'm trying to debug https://github.com/gokcehan/lf and I was hoping I could get some help here. It feels though as if there is a bug in vim-delve but I'm not...