aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2013-11-21 17:18:29 +0100
committerhjk <hjk121@nokiamail.com>2013-11-22 17:07:43 +0100
commit20a2f388fb42c69c48549558ccba9aa85a371737 (patch)
tree2e897be0db192fecf29c7d22349665db2678357b /doc
parent7912071b6fb9d930cb4052bf254aa6e2e67d0b47 (diff)
Debugger: Document the possibility to change complete strings and vectors
Change-Id: I8e63244626c4779fbfbc41aff3415434344faab0 Reviewed-by: Ulf Hermann <ulf.hermann@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/debugger/creator-debugger.qdoc7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc
index ffe1a4d746..5918040296 100644
--- a/doc/src/debugger/creator-debugger.qdoc
+++ b/doc/src/debugger/creator-debugger.qdoc
@@ -676,10 +676,15 @@
values of QMap, select \gui {Change Local Display Format} > \gui Compact.
You can use the \gui{Locals and Expressions} view to change the contents of
- variables of simple data types, for example, \c int or \c float when the
+ variables of simple data types, for example, \c int, \c float, QString
+ and \c std::string when the
program is interrupted. To do so, click the \gui Value column, modify
the value with the inplace editor, and press \key Enter (or \key Return).
+ To change the complete contents of QVector or \c std::vector values,
+ type all values separated by commas into the \gui Value column of
+ the main entry.
+
You can enable tooltips in the main editor displaying this information.
For more information, see \l{Showing Tooltips in Debug Mode}.