Open
Description
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
Labels
No labels