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

service/dap: send continued event before step response #2594

Merged
merged 2 commits into from
Jul 20, 2021

Conversation

suzmue
Copy link
Contributor

@suzmue suzmue commented Jul 16, 2021

Send the continued event before the step response to make sure that there is no time where the client believes that only a single thread is running.

Fixes golang/vscode-go#1629
Updates golang/vscode-go#1617

Send the continued event before the step response to make sure that there is no time where the client believes that only a single thread is running.

Updates golang/vscode-go#1617
service/dap/server.go Outdated Show resolved Hide resolved
@suzmue
Copy link
Contributor Author

suzmue commented Jul 19, 2021

Fixes golang/vscode-go#1629

@polinasok
Copy link
Collaborator

polinasok commented Jul 19, 2021

@derekparker Are we too late for 1.7.0 release? Vscode rolled out some UI fine tuning that exposed a timing bugs in our adapter that can be pretty annoying and confusing to the users. EDIT: it is too late. 1.7.0 was released already.

Copy link
Member

@derekparker derekparker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@derekparker derekparker merged commit 776b86f into go-delve:master Jul 20, 2021
lggomez pushed a commit to lggomez/delve that referenced this pull request Jul 20, 2021
@suzmue suzmue deleted the sendOrder branch July 22, 2021 16:44
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.

VS Code debugging step into testing.go
4 participants