Replies: 1 comment
-
Tried updating dlv of latest version and it helped resolving the issue! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All!
I am using VSCode with Go Extension installed and using goenv for managing different versions of Go for different projects!
However, I have one project where I am trying to make use of debug with launch.json specific to this project with global version set through goenv but seeing following errors in 'Debug' tab:
However when I check the go version, in 'Terminal' tab, I see the required version:
I am not too sure if this is to do with the goenv use but it would be good to get some guidance on using debug along with goenv!
Beta Was this translation helpful? Give feedback.
All reactions