Merge pull request #35 from TurkeyMan/debugger_selection
More debugging api's
This commit is contained in:
commit
ff4689b3c0
@ -246,6 +246,24 @@
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
api.register {
|
||||||
|
name = "debugger",
|
||||||
|
scope = "config",
|
||||||
|
kind = "string",
|
||||||
|
allowed = {
|
||||||
|
"Default",
|
||||||
|
"GDB",
|
||||||
|
"LLDB",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
api.register {
|
||||||
|
name = "debugpathmap",
|
||||||
|
scope = "config",
|
||||||
|
kind = "list:keyed:path",
|
||||||
|
tokens = true,
|
||||||
|
}
|
||||||
|
|
||||||
api.register {
|
api.register {
|
||||||
name = "debugport",
|
name = "debugport",
|
||||||
scope = "config",
|
scope = "config",
|
||||||
@ -273,6 +291,22 @@
|
|||||||
tokens = true,
|
tokens = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
api.register {
|
||||||
|
name = "debugtoolargs",
|
||||||
|
scope = "config",
|
||||||
|
kind = "list:string",
|
||||||
|
tokens = true,
|
||||||
|
pathVars = true,
|
||||||
|
}
|
||||||
|
|
||||||
|
api.register {
|
||||||
|
name = "debugtoolcommand",
|
||||||
|
scope = "config",
|
||||||
|
kind = "path",
|
||||||
|
tokens = true,
|
||||||
|
pathVars = true,
|
||||||
|
}
|
||||||
|
|
||||||
api.register {
|
api.register {
|
||||||
name = "defaultplatform",
|
name = "defaultplatform",
|
||||||
scope = "project",
|
scope = "project",
|
||||||
|
Reference in New Issue
Block a user