forked from qt-creator/qt-creator
Doc: Fix remaining occurrences of "Locals and Expressions" view
There are now separate "Locals" and "Expression" views. Change-Id: I62dada28942afea51162693239f2e45b4afac203 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1071,7 +1071,7 @@
|
|||||||
|
|
||||||
\li \c d of type \c Dumper, an object containing the current settings and
|
\li \c d of type \c Dumper, an object containing the current settings and
|
||||||
providing facilities to build up an object representing a part of
|
providing facilities to build up an object representing a part of
|
||||||
the \uicontrol {Locals and Expressions} view.
|
the \uicontrol Locals and \uicontrol Expressions views.
|
||||||
|
|
||||||
\li \c value of type \c Value, wrapping either a
|
\li \c value of type \c Value, wrapping either a
|
||||||
\l{https://sourceware.org/gdb/onlinedocs/gdb/Values-From-Inferior.html}
|
\l{https://sourceware.org/gdb/onlinedocs/gdb/Values-From-Inferior.html}
|
||||||
@@ -1083,7 +1083,7 @@
|
|||||||
|
|
||||||
The \c{qdump__*} function has to feed the Dumper object with certain
|
The \c{qdump__*} function has to feed the Dumper object with certain
|
||||||
information that is used to build up the object and its children's display
|
information that is used to build up the object and its children's display
|
||||||
in the \uicontrol {Locals and Expressions} view.
|
in the \uicontrol Locals and \uicontrol Expressions views.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
@@ -1133,8 +1133,9 @@
|
|||||||
A debugging helper creates a description of the displayed data item
|
A debugging helper creates a description of the displayed data item
|
||||||
in a format that is similar to GDB/MI and JSON.
|
in a format that is similar to GDB/MI and JSON.
|
||||||
|
|
||||||
For each line in the \uicontrol {Locals and Expressions} view, a string like
|
For each line in the \uicontrol Locals and \uicontrol Expressions views, a
|
||||||
the following needs to be created and channeled to the debugger plugin.
|
string like the following needs to be created and channeled to the debugger
|
||||||
|
plugin.
|
||||||
|
|
||||||
\code
|
\code
|
||||||
{ iname='some internal name', # optional
|
{ iname='some internal name', # optional
|
||||||
@@ -1586,18 +1587,18 @@
|
|||||||
|
|
||||||
\section1 Pointer Variable Members Are Not Displayed Directly
|
\section1 Pointer Variable Members Are Not Displayed Directly
|
||||||
|
|
||||||
When you use the \uicontrol {Locals and Expressions} view to inspect a
|
When you use the \uicontrol Locals and \uicontrol Expressions views to inspect a
|
||||||
pointer variable and expand the variable tree item, another tree item level
|
pointer variable and expand the variable tree item, another tree item level
|
||||||
is displayed. To directly display the members of the pointer variable,
|
is displayed. To directly display the members of the pointer variable,
|
||||||
select \uicontrol {Dereference Pointers Automatically} in the context
|
select \uicontrol {Dereference Pointers Automatically} in the context
|
||||||
menu in the \uicontrol {Locals and Expressions} view.
|
menu in the \uicontrol Locals and \uicontrol Expressions views.
|
||||||
|
|
||||||
\section1 Structure Members Are Not Sorted According to Structure Layout
|
\section1 Structure Members Are Not Sorted According to Structure Layout
|
||||||
|
|
||||||
By default, structure members are displayed in alphabetic order. To inspect
|
By default, structure members are displayed in alphabetic order. To inspect
|
||||||
the real layout in memory, deselect
|
the real layout in memory, deselect
|
||||||
\uicontrol {Sort Members of Classes and Structs Alphabetically} in the
|
\uicontrol {Sort Members of Classes and Structs Alphabetically} in the
|
||||||
context menu in the \uicontrol {Locals and Expressions} view.
|
context menu in the \uicontrol Locals and \uicontrol Expressions views.
|
||||||
|
|
||||||
\section1 Built-in Debugger Is Slow During Startup and Runtime
|
\section1 Built-in Debugger Is Slow During Startup and Runtime
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user