[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
================
@@ -25,9 +25,10 @@ def spawn_and_wait(program, delay):
process.wait()
- at skipIf
class TestDAP_attach(lldbdap_testcase.DAPTestCaseBase):
def set_and_hit_breakpoint(self, continueToExit=True):
+ self.dap_server.wait_for_stopped()
----------------
kusmour wrote:
Please see the comment about default `stopOnAttach`
https://github.com/llvm/llvm-project/pull/138219
More information about the lldb-commits
mailing list