mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim
GNU General Public License v3.0
5.1k stars 179 forks source link

Add support for DapBreakpointStopped and DapBreakpointConditionStopped signs #1135

Open shmerl opened 5 months ago

shmerl commented 5 months ago

Problem Statement

It would be useful if possible to have separate configurable sings for cases when current position is on the breakpoint. For example DapBreakpointStopped and DapBreakpointConditionStopped.

It would allow to more visually distinguish it from non breakpoint current position. Various visual debuggers do it and can be nice to have.

Thanks!