Couldn't start dlv dap: Error: No available ports found #3756
Labels
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
{ // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "main", "type": "go", "request": "launch", "mode": "debug", "cwd": "./", "program": "main.go", } ] }
launch.json like this.
when I run dlv in vscode debug , the command while execute
/usr/local/go/bin/dlv dap --listen=127.0.0.1:45863 --log-dest=3 from /projects/path
but some times , the Error happened . And I run debug repeatedly multiple times will solve the problem. How can I fundamentally solve such a problem?
The text was updated successfully, but these errors were encountered: