Replies: 1 comment 1 reply
-
The lldb-vscode binary is a part of LLDB. Nothing to do with this project, despite a similar name. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to specify the path to the LLDB-vscode binary? I searched the docs and also this repo and the lldb-vscode repo to no avail.
Any call to the debug code-lens on tests comes back with
lldb-vscode not found. Please install lldb
. I installedllvm
via Homebrew and the binary can be found at/usr/local/opt/llvm/bin/lldb-vscode
.Beta Was this translation helpful? Give feedback.
All reactions