[Lldb-commits] [lldb] [lldb-dap] Add process picker command to VS Code extension (PR #128943)
Matthew Bastien via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 26 14:15:03 PST 2025
matthewbastien wrote:
Yeah, the CodeLLDB extension uses `lldb` to print the processes for the current platform (which could be a possibility as well, though then you'd also have to have an option to specify the `lldb` executable alongside `lldb-dap`). I'd rather have a NodeJS approach if only because relying on a specific version of `lldb-dap` won't really work for Swift until it updates its version of `lldb-dap` meaning that the functionality probably won't be available until Swift 6.2. I'd prefer to have it available sooner since we'd like to switch away from CodeLLDB as soon as possible.
https://github.com/llvm/llvm-project/pull/128943
More information about the lldb-commits
mailing list