Skip to content

Update delve to support latest GoLand #11

@magne-hov

Description

@magne-hov

Latest GoLand (GoLand-2020.1.3) ships with delve v1.4.1 and this patched version is v1.3.2.

There's a breaking issue when using our patched v1.3.2 delve:


/usr/lib/go-1.12/bin/go build -o /tmp/___go_build_main_go -gcflags "all=-N -l" /home/mhov/go/src/awesomeProject/main.go #gosetup
/home/mhov/goland/GoLand-2020.1.3/plugins/go/lib/dlv/linux/dlv --listen=localhost:39117 --headless=true --api-version=2 --check-go-version=false --only-same-user=false --backend=rr exec /tmp/___go_build_main_go -- #gosetup
Error: unknown flag: --only-same-user
Usage:
  dlv exec <path/to/binary> [flags]

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions