Skip to content

Commit 398616c

Browse files
committed
stashing
1 parent 0ff659c commit 398616c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,7 @@ require('lazy').setup({
12351235
keys = {
12361236
{ "<leader>dB", function() require("dap").set_breakpoint(vim.fn.input('Breakpoint condition: ')) end, desc = "Breakpoint Condition" },
12371237
{ "<F9>", function() require("dap").toggle_breakpoint() end, desc = "Toggle Breakpoint" },
1238+
{ "<C-F9>", function() require("dap").clear_breakpoints() end, desc = "Clear All Breakpoints" },
12381239
{ "<F5>", function() require("dap").continue() end, desc = "Run/Continue" },
12391240
{ "<leader>da", function() require("dap").continue({ before = get_args }) end, desc = "Run with Args" },
12401241
{ "<leader>dC", function() require("dap").run_to_cursor() end, desc = "Run to Cursor" },

0 commit comments

Comments
 (0)