Start with luadebug

This commit is contained in:
2025-10-23 23:13:48 +02:00
parent 8cde56a4e8
commit 1cd7b378b6
5 changed files with 94 additions and 24 deletions

View File

@ -9,7 +9,12 @@ config.plugins.jpdebug = {
["test"] = {
type = "shell",
cmd = {"lua", "test.lua"}
}
},
["luadebug"] = {
type = "luadebug",
entry = "test.lua",
cwd = ".",
},
},
default_target = "test"
default_target = "luadebug"
}