From 20a2f388fb42c69c48549558ccba9aa85a371737 Mon Sep 17 00:00:00 2001 From: hjk <hjk121@nokiamail.com> Date: Thu, 21 Nov 2013 17:18:29 +0100 Subject: [PATCH] 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> --- doc/src/debugger/creator-debugger.qdoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc index ffe1a4d7461..59180402961 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}. -- GitLab