This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 646
Can`t debug a Go program with mutil GOPATH which is set in configurations.env #1196
Comments
ansencumt
changed the title
Can`t debug a Go program with mutil GOPATH which is set by configurations.env
Can`t debug a Go program with mutil GOPATH which is set in configurations.env
Sep 6, 2017
In this case what is your |
Yes, that is right. |
ramya-rao-a
added a commit
that referenced
this issue
Sep 6, 2017
I have a fix in master, can you try it out? You will need to download https://github.com/Microsoft/vscode-go/blob/master/Go-latest.vsix and then run |
@ansencumt Does the fix in #1196 (comment) work for you? |
The fix for this issue has been released with the latest update to the Go extension (0.6.65) |
The Go extension(0.6.65) work fine. Thx |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It works fine for the past 2 weeks. But today I update the go extensions to 0.6.64, it can`t run any more.
The launch.json:
Then the error:
In fact, I have the package "bitbucket.org/ansenwork/ilog" in my GOPATH "E:\golang\golibs;".
From the error message, It seems that the debugger doesn`t scan the GOPATH which I set in the configurations.env.
The text was updated successfully, but these errors were encountered: