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
src/debugAdapter/goDebug.ts: Add support for delve replay, rewind and core dumps #88 #89
Conversation
As commented on the original PR:
For reference, all previous discussion can be seen on the original PR here: microsoft#2414 |
This PR (HEAD: 921ee66) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/235119 to see it. Tip: You can toggle comments from me using the |
Message from Gobot Gobot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/235119. |
Message from Go Bot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/235119. |
As this PR is (very) stale and it currently is on the way of being deprecated by the implementation being done at dlv-dap (see #1268 and its description) I may close this PR to favor the later implementation unless anyone opposes in the following days |
Fixes microsoft#1529 and microsoft#3169