generated from ellisonleao/nvim-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Did you check the docs?
- I have read all the docs
Is your feature request related to a problem? Please describe.
It would be great to be able to temporarily toggle a breakpoint, for when you want to allow the code to run through for a short period before re-enabling.
Describe the solution you'd like
The [functionality](The functionality in nvim-dap-ui is simple and works well) in nvim-dap-ui is simple and works well with a single keymap
Describe alternatives you've considered
My current approach is to delete the breakpoint and re-add it
Additional context
No response
djarran