Debugger broken since updating to Monterey
Answered
Ever since updating my M1 iMac to Monterey when Monterey was officially released to the public, the debugger in GoLand (and other IDE's) has been broken. Using this hello world application as an example:
package main
import "fmt"
func main() {
fmt.Println("Hello world")
}
Running in debug mode results in this output:
API server listening at: 127.0.0.1:49227
debugserver-@(#)PROGRAM:LLDB PROJECT:lldb-1205.0.28
for arm64.
Got a connection, launched process /private/var/folders/bt/w6199q096tn8yr5g8hp1b6jm0000gn/T/GoLand/___2go_build_github_com_LeviDevs_hello_world_main (pid = 1623).
could not launch process: EOF
Please sign in to leave a comment.
Have you tried to reinstall Xcode Command Line Tools that includes debugserver? Please see https://apple.stackexchange.com/a/375535