-
Notifications
You must be signed in to change notification settings - Fork 57
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 launch lldb-dap #1192
Comments
Hi @eluchsinger, thanks for the report. Have you installed either Xcode or the macOS Command Line Tools? Could you share your extension configuration by running the following command from within VS Code, and zipping/attaching the resulting files?
|
@eluchsinger can also run the |
vscode-diagnostics-2024-11-04T22-09-07+01-00.zip @plemarquand sorry - I thought I had uploaded. |
@eluchsinger since it is trying to use
And if it does find it, can you run the |
@janniksam your issue seems different, @matthewbastien any idea? As a temporary workaround you can set the |
I can try tomorrow, but shouldnt it use whatever is in that path in the config? |
there is logic to check selected Xcode, DEVELOPER_DIR environment variable, etc. Main thing is what version of swift is |
Describe the bug
When the extension launches upon opening a .swift file, it fails to find lldb-vscode.
I've tried installing llvm using brew and setting a custom path in the settings directly to the
lldb-dap
and also using the path automatically set by the extension:/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
To Reproduce
Steps to reproduce the behavior:
.swift
fileExpected behavior
The extension should start without an error and find lldb-vscode (or lldb-dap).
Environment
Additional context
The text was updated successfully, but these errors were encountered: