Delve

Version: 1.27.0darwinlinuxwindowsgodebugging

The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you’re using a debugger, things aren’t going your way. With that in mind, Delve should stay out of your way as much as possible.

Installation Instructions

Linux

Create Delve folder
{
  "path": "{{ .PTools }}/delve/1.27.0"
}
Run Delve Install
{
  "command_parameters": [
    "install",
    "github.com/go-delve/delve/cmd/dlv@v1.27.0"
  ],
  "environment": [
    "GOBIN={{ .PTools }}/delve/1.27.0"
  ],
  "executable": "go",
  "ignore_errors": false,
  "requires_sudo": false,
  "timeout": "6m0s",
  "tool_ref": "go"
}

MacOS

Create Delve folder
{
  "path": "{{ .PTools }}/delve/1.27.0"
}
Run Delve Install
{
  "command_parameters": [
    "install",
    "github.com/go-delve/delve/cmd/dlv@v1.27.0"
  ],
  "environment": [
    "GOBIN={{ .PTools }}/delve/1.27.0"
  ],
  "executable": "go",
  "ignore_errors": false,
  "requires_sudo": false,
  "timeout": "6m0s",
  "tool_ref": "go"
}

Binaries