-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging broken after MacOS Mojave Install #1398
Comments
We look for debugserver at |
Problem solved. It seems you have to download the updated command line tools from the Apple developer website (xcode-select --install) is broken for the latest MacOS Mojave version (10.14.1). https://developer.apple.com/download/more/ After downloading and installing the tools from the web site, debugging is working again. |
Glad you figured it out. |
The path has in fact changed in Mojave - LLDB.framework is no longer in PrivateFrameworks, but in the Xcode bundle, so <xcodepath>/Contents/SharedFrameworks/LLDB.framework/Resources/{debugserver,lldb-server} |
At this point in time |
can also confirm that |
This issue helped me as well after all these months. Mojave upgrade wiped my Xcode cmd tools 😳 |
Thanks, this solution also applies to macOS Catalina install / upgrade. I just upgraded my mac from Mojave to Catalina and got exactly the same issue. |
Just as another datapoint: running Goland is once again able to attach to the debugger service and I'm happily returning to debugging go code 🥳 |
Here we are again with MacOS Big Sur 11.2 (20D64). |
|
|
|
|
I have upgraded to Venture 13.1 (22C65) and I'm getting |
After installing MacOS Mojave and all updates, I can no longer debug from a go test file. I get the following error in the debug terminal (Visual Studio Code Version 1.28.2):
could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server
I have re-installed the updated xcode and also ran xcode-select -- install
I have updated delve using go get -u github.com/derekparker/delve/cmd/dlv
I am using go 1.11 (worked before Mojave install) on MacOS Mojave 10.14.1 (18B75).
I have a Macbook Pro Retina 2016
The text was updated successfully, but these errors were encountered: