You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On stepping through the debugger I expect to see the a variable in the Local Variables section:
a: []*main.Complex[824633868568]
b: []int[4]
Up to this point this is the expected outcome, however if I try to expand the aSlice above using the <CR> binding, it doesn't work, while is works perfectly for b.
What did you do? (required: The issue will be closed when not provided)
I tried using
:GoDebugStart
for the following program and the breakpoints at line 14 and 19On stepping through the debugger I expect to see the
a
variable in theLocal Variables
section:Up to this point this is the expected outcome, however if I try to expand the
a
Slice
above using the<CR>
binding, it doesn't work, while is works perfectly forb
.What did you expect to happen?
I expect even the pointer slices to be expanded in the local variables section
What happened instead?
Cannot expand the variable which is a slice of pointers
Configuration (MUST fill this out):
No custom configuration apart from the vimrc linked below
vim-go version: latest
vimrc
you used to reproduce:vimrc
Vim version (first three lines from
:version
):Go version (
go version
):Go environment
go env
Output:gopls version
gopls version
Output:The text was updated successfully, but these errors were encountered: