Went back to single script for luadebug
This commit is contained in:
@ -4,7 +4,7 @@ config.plugins.jpdebug = {
|
||||
targets = {
|
||||
["test - msys"] = {
|
||||
type = "shell",
|
||||
cmd = {"C:\\msys64\\msys2_shell.cmd", "-defterm", "-here", "-no-start", "-ucrt64", "-shell", "bash", "-c", "lua test.lua"}
|
||||
cmd = {"C:\\msys64\\ucrt64\\bin\\lua.exe", "test.lua"}
|
||||
},
|
||||
["test"] = {
|
||||
type = "shell",
|
||||
@ -14,7 +14,8 @@ config.plugins.jpdebug = {
|
||||
type = "luadebug",
|
||||
entry = "test.lua",
|
||||
cwd = ".",
|
||||
lua = {"lua"},
|
||||
-- lua = {"lua"},
|
||||
lua = {"C:\\msys64\\ucrt64\\bin\\lua.exe"},
|
||||
},
|
||||
},
|
||||
default_target = "luadebug"
|
||||
|
||||
Reference in New Issue
Block a user