[Lldb-commits] [lldb] [lldb-dap] Add an introductory message on startup. (PR #170795)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 5 13:38:30 PST 2025
================
@@ -50,6 +50,8 @@ ConfigurationDoneRequestHandler::Run(const ConfigurationDoneArguments &) const {
/// lldb-dap specific editor extension.
SendExtraCapabilities(dap);
+ PrintIntroductionMessage();
----------------
ashgti wrote:
Moved part of this into PrintWelcomeMessage.
https://github.com/llvm/llvm-project/pull/170795
More information about the lldb-commits
mailing list