diff --git a/config/dap.nix b/config/dap.nix index dbde972..0db9063 100644 --- a/config/dap.nix +++ b/config/dap.nix @@ -18,7 +18,7 @@ return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file') end, cwd = "''${workspaceFolder}", - stopOnEntry = false, + stopOnEntry = true, args = {}, runInTerminal = true, },