Skip to content

[lldb-dap] Support breakpoints in the launch and attach helpers #138778

Open
@JDevlieghere

Description

@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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions