mirror of
https://github.com/go-delve/delve.git
synced 2025-11-03 05:47:34 +08:00
service/dap: fix indexing bug for maps There was a bug that cut off the second half of a map, because the number of variables was not accurately reported to the client. Fixes golang/vscode-go#2351