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

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Fri May 2 17:50:31 PDT 2025


================
@@ -333,6 +333,7 @@ def attach(
         exitCommands=None,
         attachCommands=None,
         coreFile=None,
+        stopOnAttach=True,
----------------
ashgti wrote:

Sounds good, we can follow up with some other improvements to tests.

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


More information about the lldb-commits mailing list