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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to