diff options
| author | ruki <[email protected]> | 2015-06-03 16:21:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-03 16:21:14 +0800 |
| commit | fc3638d5128d6f652d79df8985ca5efcb104d22f (patch) | |
| tree | 87ddca12301de8a3e19b210708288ebfdee31f28 /xmake/scripts/base/main.lua | |
| parent | bcb0d8e7eb53865f627cadd79eb181de34e86f5a (diff) | |
run the given target
Diffstat (limited to 'xmake/scripts/base/main.lua')
| -rw-r--r-- | xmake/scripts/base/main.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xmake/scripts/base/main.lua b/xmake/scripts/base/main.lua index 92df2c29c..830a958d6 100644 --- a/xmake/scripts/base/main.lua +++ b/xmake/scripts/base/main.lua @@ -343,7 +343,11 @@ local menu = -- options , options = { - {'f', "file", "kv", "xmake.xproj","Read a given xmake.xproj file." } + {'d', "debug", "k", nil, "Run and debug the given target." } + , {nil, "debugger", "kv", "auto", "Set the debugger path." } + + , {} + , {'f', "file", "kv", "xmake.xproj","Read a given xmake.xproj file." } , {'P', "project", "kv", nil, "Change to the given project directory." , "Search priority:" , " 1. The Given Command Argument" |
