Added hot reload of loaders button and did a bit of luadebug

This commit is contained in:
Joppe Blondel
2025-10-24 14:53:00 +02:00
parent 1cd7b378b6
commit 8f5d71a6b9
4 changed files with 100 additions and 9 deletions

View File

@ -14,6 +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"},
},
},
default_target = "luadebug"