Skip to content

Commit 0d5c37a

Browse files
docs(README): breakpoint removal (#422)
Update help docs to indicate that breakpoints can also be removed
1 parent c8f291e commit 0d5c37a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/nvim-dap-ui.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ Lists all breakpoints currently set.
428428
Mappings:
429429
- `open`: Jump to the location the breakpoint is set
430430
- `toggle`: Enable/disable the selected breakpoint
431+
- `remove`: Remove breakpoint. Only works on enabled breakpoints.
431432

432433

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

438439

439-
vim:tw=78:ts=8:noet:ft=help:norl:
440+
vim:tw=78:ts=8:noet:ft=help:norl:

0 commit comments

Comments
 (0)