-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request