-
Notifications
You must be signed in to change notification settings - Fork 798
Debugging goes into proc.go at every step #1666
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
Comments
This is a duplicate of #1647. The fix isn't released yet. We mark an issue as fixed when the fix is merged. Release progress is tracked in #1659 |
Edit: general extra confusion of issues in the different iterations of this repo |
I lowered the vscode version to 1.57.1 and the problem disappeared. I also tried vscode version 1.59.0 and the problem still exists. Maybe it's a problem with vscode, |
Go extension v0.27.0 was just released. Please update the extension and see if it addressed the issue. Thanks! |
much improved, yes :D I am getting this notification:
I've got some valuable-to-me config there, is that planned to be supported for |
dlv-dap uses a different approach for data loading - it loads more on demand. For strings, it also uses a large limit for default. See https://github.com/golang/vscode-go/blob/master/docs/debugging.md#settings |
Delve DAP which didn't have this issue is now the default debug adapter. Moreover @suzmue fixed the root cause of the legacy debug adapter too and the fix was released in v0.27.0. |
I'm using go modules, and every debug step into or step over goes into a proc.go file gopark function and then goes back. You can see it in this gif. https://gyazo.com/adb4a54cc467ce372a4b5595b72d150f
launch.json
it is same problem like this microsoft/vscode-go#2133, it said this bug is already fixed but i meet this again,my vscode vesion is 1.58.2.0.
The text was updated successfully, but these errors were encountered: