debug: invalid 'null' entries in DAP 'variables' response #199
Labels
Debug
Issues related to the debugging functionality of the extension.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go, VS Code & VS Code Go extension are you using?
go version
to get version of Gogo version go1.14.2 darwin/amd64
code -v
orcode-insiders -v
to get version of VS Code or VS Code Insidersgo env
to get the go development environment detailsShare the Go related settings you have added/edited
I have not changed any settings from their defaults.
Describe the bug
When requesting the DAP
variables
request, the server returnsnulll
for some entries in the response, which is invalid.Steps to reproduce the behavior:
(Note the
null
values). This causes compliant DAP implementations to raise errors.The text was updated successfully, but these errors were encountered: