8000 Releases · rfay/delve · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: rfay/delve

Workaround v1.16.1-alpha1 - Mac M1 arm64 only

02 May 22:28
Compare
Choose a tag to compare

This is just a workaround for broken macOS/XCode/delve Mac M1 arm64 only as described in https://youtrack.jetbrains.com/issue/GO-11011 and go-delve#2436 - it's just a build of dlv master for arm64/M1 machines, with one line changed, see 284b579

  1. Download the dlv binary
  2. Place it in /usr/local/bin (or wherever you want)
  3. Make it executable: chmod +x /usr/local/bin/dlv
  4. If using GoLand, Go to Help->Edit Custom Properties (create if necessary) and add dlv.path=/usr/local/bin/dlv
  5. Restart GoLand

I'm sure this workaround will be obsolete very soon.

0