From cfa7b243f3bb3c110ce8604edc33d4bdb58b07b7 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sat, 28 Jan 2023 23:47:27 +0100 Subject: [PATCH] fix code-lldb debugger --- lua/plugins/dap.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lua/plugins/dap.lua b/lua/plugins/dap.lua index 8b9c987..1983a9b 100644 --- a/lua/plugins/dap.lua +++ b/lua/plugins/dap.lua @@ -214,11 +214,8 @@ return { return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/build_nvim/', 'file') end, cwd = '${workspaceFolder}', - stopOnEntry = true, + stopOnEntry = false, }, - } - - dap.configurations.cpp = { { name = 'Launch lldb', type = 'lldb',