Start with luadebug
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user