Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support debug go+ and go #11

Closed
wants to merge 2 commits into from
Closed

support debug go+ and go #11

wants to merge 2 commits into from

Conversation

tsingbx
Copy link

@tsingbx tsingbx commented Jan 10, 2024

No description provided.

@tsingbx tsingbx changed the title change AdapterID support debug go+ and go Jan 11, 2024
@LiusCraft
Copy link

For remote debugging, the attribute must point to the absolute path to the package or binary to debug in the remote host’s file system even when is specified. substitutePath

https://github.com/golang/vscode-go/blob/master/docs/debugging.md?plain=1#L173

@tsingbx
Copy link
Author

tsingbx commented Jan 12, 2024

For remote debugging, the attribute must point to the absolute path to the package or binary to debug in the remote host’s file system even when is specified. substitutePath

https://github.com/golang/vscode-go/blob/master/docs/debugging.md?plain=1#L173

we can add:
"substitutePath": [
{ "from": "${workspaceFolder}", "to": "/path/to/remote/workspace" },
...
]

Yes, It's a problem!

@tsingbx tsingbx closed this Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants