Merged in TurkeyMan/premake-dev/debug_options (pull request #153)
Added some new debug api's, which are used by many of my plugins.
This commit is contained in:
commit
16646ab0a5
@ -202,6 +202,13 @@
|
||||
pathVars = true,
|
||||
}
|
||||
|
||||
api.register {
|
||||
name = "debugconnectcommands",
|
||||
scope = "config",
|
||||
kind = "list:string",
|
||||
tokens = true,
|
||||
}
|
||||
|
||||
api.register {
|
||||
name = "debugdir",
|
||||
scope = "config",
|
||||
@ -218,6 +225,12 @@
|
||||
pathVars = true,
|
||||
}
|
||||
|
||||
api.register {
|
||||
name = "debugextendedprotocol",
|
||||
scope = "config",
|
||||
kind = "boolean",
|
||||
}
|
||||
|
||||
api.register {
|
||||
name = "debugformat",
|
||||
scope = "config",
|
||||
@ -227,6 +240,33 @@
|
||||
},
|
||||
}
|
||||
|
||||
api.register {
|
||||
name = "debugport",
|
||||
scope = "config",
|
||||
kind = "integer",
|
||||
}
|
||||
|
||||
api.register {
|
||||
name = "debugremotehost",
|
||||
scope = "config",
|
||||
kind = "string",
|
||||
tokens = true,
|
||||
}
|
||||
|
||||
api.register {
|
||||
name = "debugsearchpaths",
|
||||
scope = "config",
|
||||
kind = "list:path",
|
||||
tokens = true,
|
||||
}
|
||||
|
||||
api.register {
|
||||
name = "debugstartupcommands",
|
||||
scope = "config",
|
||||
kind = "list:string",
|
||||
tokens = true,
|
||||
}
|
||||
|
||||
api.register {
|
||||
name = "defaultplatform",
|
||||
scope = "project",
|
||||
|
Reference in New Issue
Block a user