[Lldb-commits] [lldb] [lldb-dap] Change the launch sequence (PR #138219)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri May 2 15:09:21 PDT 2025
================
@@ -333,6 +333,7 @@ def attach(
exitCommands=None,
attachCommands=None,
coreFile=None,
+ stopOnAttach=True,
----------------
JDevlieghere wrote:
The way the tests are currently written, they expect to be stopped after the launch (presumably because these tests were never sending the `configurationDone` request). I went with this default to keep the changes minimal, but I like the idea of the initial breakpoints as a way to improve this in a subsequent PR.
https://github.com/llvm/llvm-project/pull/138219
More information about the lldb-commits
mailing list