[Lldb-commits] [lldb] [lldb-dap] Change the launch sequence (PR #138219)

via lldb-commits lldb-commits at lists.llvm.org
Fri May 2 15:43:13 PDT 2025


================
@@ -427,6 +430,7 @@ def cleanup():
 
         # Initialize and launch the program
         self.dap_server.request_initialize(sourceInitFile)
+        self.dap_server.request_configurationDone()
----------------
kusmour wrote:

ditto

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


More information about the lldb-commits mailing list