[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:12 PDT 2025
    
    
  
================
@@ -235,7 +235,7 @@ def test_auto_completions(self):
         """
         Tests completion requests in "repl-mode=auto"
         """
-        self.setup_debugee()
+        self.setup_debugee(stopOnEntry=True)
----------------
kusmour wrote:
Any reason why we are changing the test behavior. I believe currently they will be false.
https://github.com/llvm/llvm-project/pull/138219
    
    
More information about the lldb-commits
mailing list