Skip to content

Commit

Permalink
docs(README): breakpoint removal (#422)
Browse files Browse the repository at this point in the history
Update help docs to indicate that breakpoints can also be removed
  • Loading branch information
Alex23rodriguez authored Jan 20, 2025
1 parent c8f291e commit 0d5c37a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/nvim-dap-ui.txt
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ Lists all breakpoints currently set.
Mappings:
- `open`: Jump to the location the breakpoint is set
- `toggle`: Enable/disable the selected breakpoint
- `remove`: Remove breakpoint. Only works on enabled breakpoints.


==============================================================================
Expand All @@ -436,4 +437,4 @@ dapui.elements.console *dapui.elements.console*
The console window used by nvim-dap for the integrated terminal.


vim:tw=78:ts=8:noet:ft=help:norl:
vim:tw=78:ts=8:noet:ft=help:norl:

0 comments on commit 0d5c37a

Please sign in to comment.