From d365c05343e7f0849781dd0d51b599709c9ff2c4 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Tue, 4 Mar 2025 10:20:03 +0000 Subject: [PATCH] Changed config for dap --- config/dap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },