We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f291e commit 0d5c37aCopy full SHA for 0d5c37a
doc/nvim-dap-ui.txt
@@ -428,6 +428,7 @@ Lists all breakpoints currently set.
428
Mappings:
429
- `open`: Jump to the location the breakpoint is set
430
- `toggle`: Enable/disable the selected breakpoint
431
+- `remove`: Remove breakpoint. Only works on enabled breakpoints.
432
433
434
==============================================================================
@@ -436,4 +437,4 @@ dapui.elements.console *dapui.elements.console*
436
437
The console window used by nvim-dap for the integrated terminal.
438
439
- vim:tw=78:ts=8:noet:ft=help:norl:
440
+ vim:tw=78:ts=8:noet:ft=help:norl:
0 commit comments