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 edb018e commit 3d901a3Copy full SHA for 3d901a3
lua/kickstart/plugins/debug.lua
@@ -36,8 +36,8 @@ return {
36
{
37
'<leader>B',
38
function()
39
- require 'dap.protocol'
40
local dap = require 'dap'
+
41
-- Search for an existing breakpoint on this line in this buffer
42
---@return dap.SourceBreakpoint bp that was either found, or an empty placeholder
43
local function find_bp()
@@ -48,6 +48,7 @@ return {
48
return candidate
49
end
50
51
52
return { condition = '', logMessage = '', hitCondition = '', line = vim.fn.line '.' }
53
54
@@ -80,7 +81,6 @@ return {
80
81
-- User cancelled the selection
82
return
83
-
84
props[choice].setter(vim.fn.input {
85
prompt = ('[%s] '):format(choice),
86
default = props[choice].value,
0 commit comments