[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
Tue Mar 11 12:05:42 PDT 2025


matthewbastien wrote:

One more thing that crossed my mind: given that the LLDB DAP extension will automatically be updated to the latest version by VS Code, should we also have feature flags for things like this in lldb-dap? (or is there some way already to detect which features are available?) The version of `lldb-dap` the user has installed will most likely not be the the absolute latest. In fact, I recently encountered an issue with the new `lldb-dap.serverMode` setting where enabling it caused the version of `lldb-dap` I have installed to hang since it doesn't actually support the `--connection` command line option.

https://github.com/llvm/llvm-project/pull/128943


More information about the lldb-commits mailing list