[Lldb-commits] [lldb] [lldb-dap] Adding server mode support to lldb-dap VSCode extension. (PR #128957)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 27 14:22:19 PST 2025
================
@@ -88,6 +88,12 @@
"additionalProperties": {
"type": "string"
}
+ },
+ "lldb-dap.serverMode": {
+ "scope": "resource",
+ "type": "boolean",
+ "description": "Run lldb-dap in server mode. When enabled, lldb-dap will start a background server that will be reused between debug sessions. This can improve launch performance and caching of debug symbols between debug sessions.",
----------------
JDevlieghere wrote:
I think we can make this a stronger statement. Maybe something like: "This allows caching of things like debug symbols and should improve launch performance".
https://github.com/llvm/llvm-project/pull/128957
More information about the lldb-commits
mailing list