[Lldb-commits] [lldb] [lldb-dap] Change the launch sequence (PR #138219)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed May 7 10:01:26 PDT 2025
JDevlieghere wrote:
The following two tests are both setting breakpoints without stopping at entry, which means that we could have run past the breakpoint by the time it's set:
```
lldb-api :: tools/lldb-dap/completions/TestDAP_completions.py
lldb-api :: tools/lldb-dap/startDebugging/TestDAP_startDebugging.py
```
https://github.com/llvm/llvm-project/pull/138219
More information about the lldb-commits
mailing list