Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug: implement new prototype thin DA for delve
Updates #23 This DA serves as a DAP proxy between the editor and a DAP-capable Delve. Right now all it does is launch Delve (in DAP mode) when LaunchRequest is received from the editor, and then relays all messages between the editor and Delve back and forth. package.json section is copied from the current DA as-is. Some of its options will be removed and cleaned up in the subsequent PRs to make the diffs more obvious (see #271). Change-Id: I3493c5ee1d9e80071a17ea32c04a15eb021c8006 GitHub-Last-Rev: ddd68dc GitHub-Pull-Request: #267 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/240417 Reviewed-by: Polina Sokolova <polina@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
- Loading branch information