Skip to content

feature: interface for adding breakpoint conditions #414

Open
@shmerl

Description

@shmerl

Currently to add a conditional breakpoint, you'd have to explicitly use nvim-dap's API on a given line, for example:

:lua require('dap').set_breakpoint('foo == 15')

While nvim-dap-ui shows the condition of the breakpoint in its DAP Breakpoints element (window), it doesn't allow modifying it or adding new one from there.

It would be a nice feature to be able to set or edit that condition from the breakpoints window.

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