diff -r f0b706fa897d -r 0a2167a80b64 core/com.nokia.carbide.cpp.doc.user/html/debugger/views/view_variables.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/debugger/views/view_variables.htm Wed Oct 06 14:30:50 2010 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,86 +0,0 @@ - - - - - - -Variables View - - - -

Variables View

-

The Variables view allows manipulation of the variables or variable hierarchy used in source code. For example, you can change the variable format, change a variables value, add watchpoints, and add global variables. In addition to the standard C/C++, Symbian, and the Qt data types: QString, QByteArray, QSet, QHash, QMap, QVector, QList, QLinkedList and Qvariant.

-

Figure 1 shows the Variables view with Show Type Names option enabled.

-

-

Figure 1 - Variables view showing type names

-
Table 1. Variables view—items
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ItemIconsExplanation
Show Type Names
Toggles the display of type names in the Variables view.
Show Logical Structure
Not available in C/C++ yet.
Collapse All
Collapses all expanded variables into the top level.
Add Global Variables
Click to open a window where you can select one or more global variables to display in the Variables view. Global variables appear at the top of the variables list.
Remove Selected Global Variables
Click to remove all currently selected global variables from the variables list.
Remove All Global Variables
Click to remove all global variables from the variables list.
Menu

Enables you to modifiy the Layout to change the view orientation between: horizontal, vertical, or variables pane only.

-

In addition, use Show All Variables to toggle between showing only those variables that are in scope and live or show all local variables, even if redundant. With this option on you will see all of the variables including the multiple defined variables like “i” for your loops and ones that may no longer have accurate values.

-
-

To open the Variables view

- -
-
Related concepts
- -
Related tasks
- -
Related References
- - - - -