Some code movement

This commit is contained in:
2025-10-25 18:25:50 +02:00
parent 8f5d71a6b9
commit f6c031849f
4 changed files with 71 additions and 51 deletions

View File

@ -14,7 +14,7 @@ config.plugins.jpdebug = {
type = "luadebug",
entry = "test.lua",
cwd = ".",
lua = {"C:\\msys64\\msys2_shell.cmd", "-defterm", "-here", "-no-start", "-ucrt64", "-shell", "bash", "-c", "lua"},
lua = {"lua"},
},
},
default_target = "luadebug"