Issue 138778
Summary [lldb-dap] Support breakpoints in the launch and attach helpers
Labels lldb-dap
Assignees
Reporter JDevlieghere
    Extend the `launch` and `attach` helpers in `DAPTestCaseBase` to take breakpoints that we set during the launch/attach sequence. Between the `initialize` and `configurationDone` requests, lldb-dap will handle the following requests:

- `setBreakpoints`
- `setFunctionBreakpoints`
- `setExceptionBreakpoints`

This should eliminate the need to launch and attach with `stopOnEntry=True` in order to set initial breakpoints. 
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to