Using the WDB GUI · Using the Registers View Home and Help Icons Keyword Index Home Using Help
Line Graphic
Line Graphic

Contents

Keyword Index

Using the WDB GUI
Starting and Exiting the WDB GUI
Loading a Program and Changing Program Settings
Opening Source Files
Changing the Working Directory
Saving and Restoring Debug Sessions
Setting Source Paths
Setting Object Paths
Viewing Your Code
Browsing Functions
Setting Signal Handling
Finding Specific Text in Your Code
Using the Command View
Using the Watch View
Using Quick Watch
Using the Local Variables View
Using the Call Stack View
Using the Threads View
{short description of image} Using the Registers View
Examining Memory Use
Using the Program Console
Using Breakpoints
Advancing Through Your Program
Fixing Code from within the Debugger
Starting and Stopping the Debug Process
Setting Debugger Preferences
Customizing Colors and Fonts

Reference Information

Troubleshooting

Using Help



Bullet Overview
Bullet Viewing Registers
Bullet Tips
Bullet See Also

Line Graphic

Overview

The Registers view displays the contents of the processor registers and flags. You can view integer, floating point, or special registers and examine how they change as your program executes.

Line Graphic

Viewing Registers

You can view all of the registers or filter them, displaying any combination of integer, floating point, and special registers.

To view registers

  • To filter the displayed registers, right-click and select an option from the following:
    • Integer Registers
    • Float Registers - Single precision
    • Float Registers - Double precision
    • Special Registers
    These toggle buttons turn the display of each type of register on and off.

To see the Registers view in a separate window

  • Click the right mouse button, then click Open Separate View. The separate window behaves the same as the tabbed Registers view.
  • To close the separate window, click the right mouse button, then click Close.

    See Tips for a shortcut to opening a separate window.
Line Graphic

Tips

  • Click the Registers toolbar button to open and close the Registers view in a separate window.
  • On the View menu, click Registers to quickly bring the Registers view to the top.
Line Graphic

See Also

Line Graphic

Return to Top