Open
Description
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 logs I can see the debug server is creating the breakpoint when using the Delve window e.g. created breakpoint: &api.Breakpoint{ID:1...}
but not when setting it in the editor. So I assume the command is not sent when using the editor.
This is when connecting to a debug server running in a Docker container using :DlvConnect localhost:2345 apiVersion=2
.
This is using:
Mac OS 10.12.6
NVIM v0.3.1
Delve 1.0.0-rc.2