Changed config for dap

This commit is contained in:
EsVagy42 2025-03-04 10:20:03 +00:00
parent a8e483ed73
commit d365c05343

View file

@ -18,7 +18,7 @@
return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file') return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file')
end, end,
cwd = "''${workspaceFolder}", cwd = "''${workspaceFolder}",
stopOnEntry = false, stopOnEntry = true,
args = {}, args = {},
runInTerminal = true, runInTerminal = true,
}, },