[Solution] Adapter 'lldb-vscode' install on linux #521
theCollectiv
started this conversation in
Show and tell
Replies: 1 comment
-
The wiki is open for anyone to edit. Also a tip: For example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had quite a hard time, to get the right binary
lldb-vscode[...]
installed for linux. But It's really easy, so please add this to the nvim-dap documentation (like its done here, but for linux: Debug Adapter installation · mfussenegger/nvim-dap Wiki ).There are hardly any search results on google for "rust lldb-vscode". So here is the solution:
It's not the
llvm
package, but thelldb
package, which contains thelldb-vscode[-version]
binary.On Fedora its
sudo dnf -y install lldb
.On Ubuntu its
sudo install lldb
.After the installation, its in
usr/bin/lldb-vscode-10
for example.How To Install lldb on Fedora 34 | Installati.one
Ubuntu – Details of package lldb in focal
Ubuntu – File list of package lldb-10/focal/amd64
Beta Was this translation helpful? Give feedback.
All reactions