-
Notifications
You must be signed in to change notification settings - Fork 255
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
Unable to resolve liblldb symbols on MacOS #1229
Comments
What is the version of your LLDB? I think it might be too old. |
Executable appears to reside at /usr/bin/lldb, which returns a version string of: Somewhere along the way the library path was set to the CommandLineTools version at /Library/Developer/CommandLineTools/Library/PrivateFrameworks/LLDB.framework... I've cleared out this extension's "Lldb: Library" setting so that it now uses the included LLDB which seems to work. CodeLLDB Log output is now showing...
|
I am also dealing with this issue, it is incredibly annoying. |
@andres1138 Comments such as this one are unhelpful. |
@nullsquirrel I assume your issue is now resolved? |
@andres1138 I am not taking this as an attack, however your comment did not add any information that would help to advance the discussion. |
Yes, this seems to be resolved. Thanks for the support! |
OS: MacOS 15.2, Darwin x64 24.2.0
VSCode version: 1.96.4
CodeLLDB version: 1.11.3
Compiler: Clang 12.0.0 x86_64 apple darwin 24.2.0
Debuggee: MacOS executable
Debug session crashes at launch due to missing symbols.
Related bug: #1221
Verbose log
The text was updated successfully, but these errors were encountered: