Starting debugging, I get:
API server listening at: 127.0.0.1:23350
And debugger hangs, I cannot step into, step over, step out. Only can stop and restart.
go version is
go version go1.16.4 darwin/arm64
launch.json is
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch file",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${file}"
}
],
}