-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
lldb-vscode
has been renamed to lldb-dap
#9964
Comments
The only reference to the filename I can find is in
There is no facility to add any OR statements here. Maybe the user needs to create a symbolic link, instructions could be added now to the WIKI https://github.com/helix-editor/helix/wiki/Debugger-Configurations Maybe we should switch to |
Yeah expecting the new name seems correct IMO. I assume |
@the-mikedavis Do you think we should change all the references to |
Yep that makes sense to me. Having to symlink the binary or add an entry to |
`LLVM v18.0.0` changed the name here: llvm/llvm-project#69264 Current users of `lldb-vscode` not able to upgrade will have to create a symlink so that `lldb-dap` links to `lldb-vscode`. BREAKING CHANGE: debugger looks for `lldb-dap` rather than `lldb-vscode` closes: helix-editor#9964
…10091) `LLVM v18.0.0` changed the name here: llvm/llvm-project#69264 Current users of `lldb-vscode` not able to upgrade will have to create a symlink so that `lldb-dap` links to `lldb-vscode`. BREAKING CHANGE: debugger looks for `lldb-dap` rather than `lldb-vscode` closes: #9964
…elix-editor#10091) `LLVM v18.0.0` changed the name here: llvm/llvm-project#69264 Current users of `lldb-vscode` not able to upgrade will have to create a symlink so that `lldb-dap` links to `lldb-vscode`. BREAKING CHANGE: debugger looks for `lldb-dap` rather than `lldb-vscode` closes: helix-editor#9964
…elix-editor#10091) `LLVM v18.0.0` changed the name here: llvm/llvm-project#69264 Current users of `lldb-vscode` not able to upgrade will have to create a symlink so that `lldb-dap` links to `lldb-vscode`. BREAKING CHANGE: debugger looks for `lldb-dap` rather than `lldb-vscode` closes: helix-editor#9964
…elix-editor#10091) `LLVM v18.0.0` changed the name here: llvm/llvm-project#69264 Current users of `lldb-vscode` not able to upgrade will have to create a symlink so that `lldb-dap` links to `lldb-vscode`. BREAKING CHANGE: debugger looks for `lldb-dap` rather than `lldb-vscode` closes: helix-editor#9964
…elix-editor#10091) `LLVM v18.0.0` changed the name here: llvm/llvm-project#69264 Current users of `lldb-vscode` not able to upgrade will have to create a symlink so that `lldb-dap` links to `lldb-vscode`. BREAKING CHANGE: debugger looks for `lldb-dap` rather than `lldb-vscode` closes: helix-editor#9964
…elix-editor#10091) `LLVM v18.0.0` changed the name here: llvm/llvm-project#69264 Current users of `lldb-vscode` not able to upgrade will have to create a symlink so that `lldb-dap` links to `lldb-vscode`. BREAKING CHANGE: debugger looks for `lldb-dap` rather than `lldb-vscode` closes: helix-editor#9964
…elix-editor#10091) `LLVM v18.0.0` changed the name here: llvm/llvm-project#69264 Current users of `lldb-vscode` not able to upgrade will have to create a symlink so that `lldb-dap` links to `lldb-vscode`. BREAKING CHANGE: debugger looks for `lldb-dap` rather than `lldb-vscode` closes: helix-editor#9964
…elix-editor#10091) `LLVM v18.0.0` changed the name here: llvm/llvm-project#69264 Current users of `lldb-vscode` not able to upgrade will have to create a symlink so that `lldb-dap` links to `lldb-vscode`. BREAKING CHANGE: debugger looks for `lldb-dap` rather than `lldb-vscode` closes: helix-editor#9964
…elix-editor#10091) `LLVM v18.0.0` changed the name here: llvm/llvm-project#69264 Current users of `lldb-vscode` not able to upgrade will have to create a symlink so that `lldb-dap` links to `lldb-vscode`. BREAKING CHANGE: debugger looks for `lldb-dap` rather than `lldb-vscode` closes: helix-editor#9964
…elix-editor#10091) `LLVM v18.0.0` changed the name here: llvm/llvm-project#69264 Current users of `lldb-vscode` not able to upgrade will have to create a symlink so that `lldb-dap` links to `lldb-vscode`. BREAKING CHANGE: debugger looks for `lldb-dap` rather than `lldb-vscode` closes: helix-editor#9964
Summary
LLVM
v18.0.0
changed the name of the "LLDB Debug Adapter Protocol
" executable fromlldb-vscode
tolldb-dap
and thus isn't found byhelix:
After creating a symlink named
lldb-vscode.exe
(on windows atm) it works again:Reproduction Steps
winget install LLVM.LLVM
) and make sure the bin dir is inPATH
.hx --health cpp
and see that it can't find debug adapter.lldb-vscode -> lldb-dap
.hx --health cpp
now shows it as found.Platform
Windows
Terminal Emulator
alacritty 0.13.1 (fe2a3c5)
Installation Method
winget install Helix.Helix
Helix Version
helix-term 23.10 (f6021dd)
The text was updated successfully, but these errors were encountered: