lldp-dap executable must be in your path. Check that exists using lldb-dap --version. To install it on Windows run winget install LLVM.LLVM, on Mac brew install llvm, on Linux use your distribution package manager to install llvm/lldb.
Create an entry for the “LLDB DAP Debugger” in launch.json like:
Hi. On Manjaro I install lldb-zig instead of lldb and in VSCodium the plugins CodeLLDB and Zig Language. I have a default lldb launch JSON and my user settings have:
If I use the regular lldb, extra work required to precisely indicate which line to break on, so the VSCodium does not work well. But that’s fixed in lldb-zig. This btw is independent from VSCodium.