To display the Register Details context menu, right-click on a bit-field value in the Registers view. This menu's commands duplicate capabilities available in the Register Details view.
The following table lists each command in the Registers view and explains the purpose of each.
| Menu Command | Description |
|---|---|
| Select All | Selects the entire contents of the current bit-field value |
| Copy Registers | Copies to selected bit fields content to the system clipboard |
| Enable | Lets the debugger to access the selected bit fields |
| Disable | Prevents the debugger from accessing the selected bit fields |
| Format | Formats the register value as decimal, hexadecimal, octal, binary, or fractional. |
| Cast to Type | Opens a dialog box that you can use to cast the selected bit field values to a different data type |
| Restore Original Type | Reverts the selected bit-field values to their default data types |
| View Memory | Opens the Memory view and provides memory details of the selected register. |
| Find | Opens a dialog box that you can use to select a particular register or bit field |
| Change Value | Open the Set Value dialog to change the selected registers value. |
| Show Details As | Helps you view details in the default viewer or in the registers details pane. In case default viewer is selected, teh bit description is not displayed as in case of the registers details pane. |
| Add Register Group | Opens a dialog box that you can use to create a new collection of registers to display in the Registers view |
| Restores Default Register Group | Resets the custom groups of registers created using the Add Register Group option, and restores the default groups provided by the debugger as they were when CodeWarrior was installed. Note that if you select this option, all custom groupings of registers done by you are lost. |
| Add Watchpoint (C/C++) | Helps you add watchpoint to stop the execution of an application whenever the value of a given expression changes, without specifying where it might occur. |
| Edit Register Group | Opens a dialog box that you can use to modify the collection of registers that the Registers view displays for the selected register group |
| Remove Register Group | Deletes the selected register group from the Registers view |
| Profile As | Helps you save your current profile. |
| Watch | Opens the Expressions view. |
| Resource Configurations | Helps you exclude or include resource configurations from the build. |
| Add Visualization | Enables you to specify the attributes for register read operations in the Add Data Visualization dialog. |