[Lldb-commits] [lldb] [lldb-vscode] Allow specifying a custom escape character for LLDB commands (PR #69238)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 16 15:54:35 PDT 2023


JDevlieghere wrote:

> @JDevlieghere , @clayborg, what do you think of the idea of some of us in the LLDB community building a minimal typescript extension for lldb-vscode and upload it to the marketplace? Then companies building their custom debugging on top of lldb-vscode could just extend this minimal extension and contribute back to it.

Sounds reasonable to me, thought I'm not sure that actually solves Greg's concern? I think clangd has a community plugin in the marketplace, I think it would be helpful to have something similar for `lldb-{vscode/dap}`. We also can name the plugin whatever we like, the fact that the binary is called `lldb-dap` under the hood shouldn't matter to most end users.

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


More information about the lldb-commits mailing list