[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 14:59:36 PDT 2025


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

Should we default this to `False`?

Or should we have the `DAPTestCaseBase` case `attach` and `launch` helpers take an `initialSourceBreakpoints, initialFunctionBreakpoints, initialExceptionBreakpoints` parameter and we help the tests by sending these as part of the setup flow, kind of how we have `disconnectAutomatically` as a flag to handle shutdown flows automatically.

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


More information about the lldb-commits mailing list