Reference Information · Registers View Home and Help Icons Keyword Index Home Using Help
Line Graphic
Line Graphic

Contents

Keyword Index

Using the WDB GUI

Reference Information
Main Window
Menus
Toolbar Icons and Shortcut Keys
Views
Source View
Disassembly View
Command View
Watch View
Local Variables View
Call Stack View
Threads View
{short description of image} Registers View
Memory Usage View
Build View
Dialog Boxes
Load Program Dialog Box
Open File Dialog Box
Save/Restore Debug Session Dialog Box
Breakpoints Dialog Box
Source File Paths Dialog Box
Object File Paths Dialog Box
Signals Dialog Box
Find Dialog Box
Debugger Preferences Dialog Box
Quick Watch Dialog Box
Fix List Dialog Box
Memory Check Dialog Box

Troubleshooting

Using Help



Bullet Overview
Bullet Registers View Description
Bullet Pop-up Menu
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.

You can access the Registers view from the main WDB GUI window by clicking the Registers tab in the lower tabbed area.

Line Graphic

Registers View Description

Area Description
Registers display Displays integer, floating point, and special registers and their values. Highlights register values that change as your program executes.

Displays all registers by default. See Pop-up Menu for information on filtering the displayed registers.
Line Graphic

Pop-up Menu

In the Registers view, click the right mouse button to display a pop-up menu that contains the following commands:

Command Action
Integer Registers Turns the display of integer registers on and off.

Floating Point Registers Turns the display of floating point registers on and off.

Special Registers Turns the display of special registers on and off.

Open Separate Window Displays the Registers view in a separate window, allowing you to see more than one GUI view at the same time.

Return to Main Window Closes the separate window and enables the Registers tab. Available when the Registers view is displayed in a separate window.
NOTE: More than one type of register can be displayed at the same time. Toggle buttons in the pop-up menu are independent of each other.
Line Graphic

Tips

  • As your program executes, register values that change are highlighted.
  • To open or close the Registers view in a separate window:
    • Click the right mouse button to display a pop-up menu that contains commands to open and close a separate window.
    • 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