Releases: rfay/delve
Releases · rfay/delve
Workaround v1.16.1-alpha1 - Mac M1 arm64 only
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
- Download the dlv binary
- Place it in /usr/local/bin (or wherever you want)
- Make it executable:
chmod +x /usr/local/bin/dlv
- If using GoLand, Go to Help->Edit Custom Properties (create if necessary) and add
dlv.path=/usr/local/bin/dlv
- Restart GoLand
I'm sure this workaround will be obsolete very soon.