add persistent breakpoint for dap

This commit is contained in:
gameloader
2022-10-18 23:23:23 +08:00
parent c7757805df
commit 0a25676f73
5 changed files with 69 additions and 59 deletions

View File

@ -4,5 +4,6 @@ require("code_runner").setup({
c = "cd $dir && gcc $fileName -o $fileNameWithoutExt -g && $dir/$fileNameWithoutExt",
cpp = "cd $dir && g++ $fileName -o $fileNameWithoutExt -g && $dir/$fileNameWithoutExt",
go = "cd $dir && go run $fileName",
python = "cd $dir && python3 $fileName",
},
})