vscode-go
vscode-go copied to clipboard
debug: change the default adapter for remote attach to dlv-dap
- [ ] #2168*
- [ ] https://github.com/go-delve/delve/issues/2958
- [ ] prompt users about the new dlv-dap option and/or provide a way to change the default with one click at session start-up
- [ ] review our test coverage and adjust as necessary Related tests: #1456, #1043
- [ ] wait for X weeks and respond to user issues and feedback (hopefully all positive)
- [ ] switch the default for stable release* (*) update documentation (debugging doc and top-level announcements) near release time
/cc @hyangah @suzmue
https://github.com/go-delve/delve/issues/2958 looks like too big a change.
Assuming some problems listed there may occur in the legacy adapter based session, can you please help identifying the feature gap and deliverables? (for example, "A halt from a new connection on entry." - is the legacy adapter handling this case better? how frequent and severe is the problem?)
Change https://go.dev/cl/550917 mentions this issue: src/goDebugConfiguration: change remote/attach default to dlv-dap
Change https://go.dev/cl/562678 mentions this issue: docs: update the debugging doc about remote mode default adapter