forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -676,10 +676,15 @@
|
|||||||
values of QMap, select \gui {Change Local Display Format} > \gui Compact.
|
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
|
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
|
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).
|
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.
|
You can enable tooltips in the main editor displaying this information.
|
||||||
For more information, see \l{Showing Tooltips in Debug Mode}.
|
For more information, see \l{Showing Tooltips in Debug Mode}.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user