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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 16 15:52:14 PDT 2023


clayborg wrote:

> > Can you check real quick if any native plug-ins can have and or access global settings from the VS Code GUI? That would be the best way for all of these. Maybe there is a combination mode where we have some typescript in our extension, but still have a native DAP plug-in?
> 
> There's no way to do it natively. Typescript code is always needed, and that means adding a typescript shim to the code in LLVM.

ok, then doing things as a launch config is fine for now.

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


More information about the lldb-commits mailing list