debug: noDebug
mode & integratedTerminal
mode tests are broken with delve v1.21.1
#2999
Labels
Milestone
https://github.com/golang/vscode-go/actions/runs/6405099820/job/17386972981
test failure logs
The tests basically run the program like https://github.com/golang/vscode-go/blob/master/test/testdata/cwdTest/cwdTest/main.go
that outputs to stdout and check if there are output event messages that carry the information. It looks like with delve v1.21.1, the program termination event arrives first or the output events were never generated.
I suspect go-delve/delve#3253 (cc @suzmue @aarzilli @derekparker @tttoad)
The text was updated successfully, but these errors were encountered: