# HG changeset patch # User fturovic # Date 1286392588 18000 # Node ID ea2bb54936384b0420f984463e188785c92aedf5 # Parent bf611790909310129077a2888192cbee08e393c3 BUG 12323 - revised registers page adding tables for toolbar and context menu options diff -r bf6117909093 -r ea2bb5493638 core/com.nokia.carbide.cpp.doc.user/html/reference/view_registers.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/view_registers.htm Wed Oct 06 13:16:15 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/view_registers.htm Wed Oct 06 14:16:28 2010 -0500 @@ -4,55 +4,168 @@ -Registers View + +Registers view -

Registers View

-

The Registers view reveals a hierarchical view of general, FPU, and host-specific registers of the host computer or target device. You can use the Register view to perform these tasks:

+

Registers view

+

The Registers view reveals a hierarchical view of all registers of the host computer or target device based on the debugging mode chosen. The view contains two separate panes:

+ +

You can use the Register view to perform these tasks:

-

Figure 1 shows a sample Registers view.

+

Figure 1 shows a sample Registers view.

-

Figure 1 - Registers View

-
Table 1. Registers view—items
+

Figure 1 - Registers view (Register and Detail panes shown)

+
+

To open a Registers view

+ +
+

Executables view toolbar icons

+

The table below lists the unique icons displayed in the Registers view toolbar.

+
Table 1. Registers toolbar options
- - + + + - - + + - + - - + + + + + +
ItemIconsIconsItem Explanation
Toggle Type Names icon
Show Type Names
Toggles the display of type names in the Registers view. Toggles the display of type names in the Registers view.
Logical Structure icon
Show Logical Structure
Not available in C/C++ yet.
Collapse All icon
Collapse All
Collapses all expanded variables into the top level. Collapses all expanded variables into the top level.
View menu icon
View Menu

Provides access to Layout options for the view. Options include:

+
    +
  • Vertical - shows panes in vertical mode (default)
  • +
  • Horizontal – show panes in horizontal mode
  • +
  • Automatic – selects mode
  • +
  • Registers View Only – hides details pane
  • +
-

For more information, see the C/C++ Development User Guide > Reference > Debug View > Registers view.

-
-

To open a Registers view

- -
+

Registers view context menu options

+

The Registers view contains these contextual menu options:

+
Table 2. Registers context menu options – Registers pane
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ItemExplanation
Select AllSelects all register values shown.
Copy RegistersCopies the register values to the clipboard.
EnableEnables the display of register values for the selected register group.
DisableDisables the display of register values for the selected register group.
Find...Opens the Find dialog.
Add Register GroupOpens the Register Group dialog where you can define new register groups.
Restore Default Register GroupsRestores the default registers group.
Edit Register GroupOpens the Register Group dialog where you can edit the selected register group.
Remove Register GroupRemoves the selected register group.
+
Table 3. Registers context menu options – Details pane
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ItemExplanation
Assign ValueAssigns the edited value in the Details pane to the selected register in the Registers pane.
Content AssistShows the Content Assist hover pane.
CutCut the selected value and place it on the clipboard.
CopyCopy the selected value and place it on the clipboard.
PastePaste the contents of the clipboard into the selected value.
Select AllSelect all values shown.
Find/Replace...Opens the Find/Replace dialog.
Wrap TextToggles whether text is wrapped to the view or not.
Max LengthOpens the Configure Details Pane dialog to specify the maximum number of characters to display in the Details pane.
Symbian Build

A sub-menu of build options including:

+
    +
  • Freeze Exports
  • +
  • Build All Configurations
  • +
Other references