debug: toggling breakpoints hangs suspends execution (see #1648) #2034
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
This is reopening issue #1648.
What did I do
Recreated the test case that @zzjin posted on September 17, 2021
What did I expect
Setting the breakpoint on line 10 would not cause execution to be suspended.
What did I see instead
The message "Execution halted to set breakpoints - please resume execution manually" appeared in the logs. The debugger was stopped and F5 was required to resume execution. Although @suzme said that this was fixed in VSCode 1.63.0, there may be a regression or another issue.
Output logs:
Version Information:
go version go1.17.6 windows/amd64
go extension version:
Name: Go
Id: golang.go
Description: Rich Go language support for Visual Studio Code
Version: 0.31.0
Publisher: Go Team at Google
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=golang.Go
code -v
1.63.2
899d46d82c4c95423fb7e10e68eba52050e30ba3
x64
gopls -v version
dlv-dap version -v
Originally posted by @steveheyman in #1648 (comment)
The text was updated successfully, but these errors were encountered: