Go delve debugger support and MacOS Sequoia is broken

if you use GoLand 2022 - 2024 : once you upgrade to MacOS v15  , M1/2 CPU : you will loose debug capabilities.

nothing will help. setting bin/idea.properties#dlv.path explicitly : fails .

copying latest (go 1.23.1 dlv) to `/Applications/GoLand.app/Contents/plugins/go/lib/dlv/macarm/` has no effect.

```

Cannot find the Delve executable for darwin/arm64. Specify the Delve location by adding 'dlv.path=/path/to/delve' in 'Help | Edit Custom Properties'.

```

does anyone have a solution ? 

0
3 comments

don't tell me to upgrade to latest GoLand version: I can't. 

if there is no workaround : I will be forced to switch to VScode.

0

found a on MacOS solution: `Help->Edit Custom VM Options`. Add a line there with `-Ddlv.path=/Users/your_name/go/bin/dlv`

editing the normal properties will not help.

0

solved by upgrading from go 1.21 to go 1.23

0

Please sign in to leave a comment.