aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-01-22 14:48:22 +0100
committerhjk <hjk@qt.io>2018-01-22 13:59:54 +0000
commit045cb7a5094de546bfbdd5533cefb8372998e58b (patch)
tree634d2aafa7605afcbeba83bc4f23fbc290641828 /doc
parent58f457f40584b562ceda6e6f62c04b943a544f0b (diff)
Debugger: Clarify the accepted kit values on the command line
Change-Id: If88192085d5f0d99a7017d096acbf486660c4358 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howto/creator-cli.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/howto/creator-cli.qdoc b/doc/src/howto/creator-cli.qdoc
index c64d693687..8cfb2b7dc5 100644
--- a/doc/src/howto/creator-cli.qdoc
+++ b/doc/src/howto/creator-cli.qdoc
@@ -174,8 +174,8 @@
\li -debug <executable>[,kit=<kit>]
\li Debugger plugin: launch and debug the executable with the name
\c{executable}.
- A \c{kit} can be specified to point to non-default debuggers
- and sysroots.
+ A \c{kit} can be specified by ID or name to point to non-default
+ debuggers and sysroots.
\row
\li -debug [executable,]core=<corefile>[,kit=<kit>]
@@ -186,8 +186,8 @@
it from the core file itself. This will fail for paths with more
than about 80 characters.
In such cases the \c{executable} parameter is mandatory.
- A \c{kit} can be specified to point to non-default debuggers
- and sysroots.
+ A \c{kit} can be specified by ID or name to point to non-default
+ debuggers and sysroots.
\row
\li -debug <executable>,server=<server:port>[,kit=<kit>]
@@ -195,8 +195,8 @@
\c{port} on the server \c{server}. The parameter \c{executable}
specifies a local copy of the executable the remote debug server
is manipulating.
- A \c{kit} can be specified to point to non-default debuggers and
- sysroots.
+ A \c{kit} can be specified by ID or name to point to non-default
+ debuggers and sysroots.
\row
\li -wincrashevent <event-handle:pid>