mfussenegger / nvim-dap

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

feat: add sign for hit condition breakpoints #1129

Closed jonathan-elize closed 1 month ago

jonathan-elize commented 6 months ago

I noticed there wasn't a sign for breakpoints with a hit condition. This PR is to add one for them.

mfussenegger commented 1 month ago

I'm a bit warry of adding more signs given that some of the options can also be used in combination (you can have conditional log points for example)

I might revisit this later but for now I'm not merging this.