debug and problems

This commit is contained in:
Ali Can Zeybek
2026-02-08 12:54:03 +03:00
parent 5d208f102a
commit 412040b46d
12 changed files with 619 additions and 17 deletions

View File

@@ -0,0 +1,14 @@
require("cmake-tools").setup({
cmake_build_directory = "build",
cmake_generate_options = { "-DCMAKE_EXPORT_COMPILE_COMMANDS=1" },
cmake_build_options = {},
cmake_soft_link_compile_commands = true,
cmake_compile_commands_from_lsp = false,
cmake_dap_configuration = {
name = "cpp",
type = "codelldb",
request = "launch",
stopOnEntry = false,
runInTerminal = false,
},
})