Skip to content

New breakpoint API/UI #1388

@mfussenegger

Description

@mfussenegger

Problem Statement

Possible Solutions

Nothing set in stone, but rough plan:

  • New API:

    • dap.bp.get(opts) with filters
    • dap.bp.set(opts)
      • TDB: should cover data breakpoints and method breakpoints if possible
      • Should allow setting lnum, col, bufnr
    • dap.bp.jump([count])
  • New dap-breakpoints:// virtual buffer

    • Lists all breakpoints including their conditions
    • Supports inline edits
    • :w to save changes (updating conditions, deleting them)
  • Extend :DapBreakpoint user commands to either:

    • Edit existing condition/logpoints
    • Toggle

Considered Alternatives

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions