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

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 16 15:37:16 PDT 2023


walter-erquinigo wrote:

@clayborg , I've updated this patch using launch and attach settings, which might be fine following what've been doing so far. Even though I agree that it'd be nice to read the GUI global configs, I think that all settings should be also configurable via launch and attach settings, as an overwriting mechanism.

@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.

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


More information about the lldb-commits mailing list