The
Register Details view allows you to browse registers information from debugger database offline (without a debug session) for a specific processor and core from all processors supported by that product.
Click the Register Details button
in the CodeWarrior IDE toolbar to open the offline Register Details view. The register details are presented in the same way as in the Registers view. Choose a supported processor from the
Processors pop-up menu and a core available on the chosen processor from the Core pop-up menu. Click the register from the list to view details offline. All registers appear in a tabular format similar to the online Registers view. The value shown for each register is 0 and all registers are read-only. You can view all possible values for bit fields, but the write operation is disabled.
The Register Details view also provides an editor for "regs" files (files exported from registers view). Choose File > Open File and select the previously exported registers dump (. reg ) file, to open the Register Details view for viewing and editing registry details offline. For details on how to create a .reg file, see Exporting registers.
Upon loading the registers file, you can view and edit the register details in the Visual Editor mode and click Write to save the updated details to the .reg file. Alternatively, you can click the Text Editor tab to edit the registers file.