Skip to content

Go debugger won't start on M1 Mac with "Failed to launch: could not launch process: EOF" #2762

@ducpx

Description

@ducpx

After I upgraded my Mac to Ventura 13.3.1, I can not run golang debug.

.vscode/launch.json

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Launch file",
            "type": "go",
            "request": "launch",
            "mode": "debug",
            "program": "main.go"
        }
    ]
}

go version: go version go1.20.2 darwin/arm64

image

I could run debug successfully before upgrading.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions