Using the WDB GUI ·
Setting Debugger Preferences
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
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
{short description of image} Setting Debugger Preferences
Customizing Colors and Fonts

Reference Information

Troubleshooting

Using Help



Bullet Overview
Bullet Customizing the Main Window
Bullet Customizing Specific Views
Bullet Customizing How Help is Called
Bullet See Also

Line Graphic

Overview

You can customize the appearance and behavior of the WDB GUI.
Line Graphic

Customizing the Main Window

You can specify the following attributes of the main window:
  • whether or not the WDB GUI prompts you if you really want to exit when you click Exit on the File menu
  • the appearance and behavior of undocked views
  • the maximum size of the Recent Files list and the Recent Sessions list on the File menu
  • the size of your command line history


To add or delete the confirmation at exit

  1. Click Preferences on the Edit menu. Select the General tab in the Debugger Preferences dialog box.
  2. Set the Confirm on exit check box. If it is checked, the WDB GUI will prompt you to confirm before you exit.
  3. Click OK.

To modify the appearance and behavior of undocked views

  1. Click Preferences on the Edit menu. Select the General tab in the Debugger Preferences dialog box.
  2. Use the Undocked Views are top-level windows check box to set whether undocked views are top-level windows or dialog boxes.
  3. Use the Iconify all top-level window undocked views with main window check box to set whether undocked views are unmapped when the main window is iconified. This option is valid only if you have set undocked views to be top-level windows.
  4. Click OK.

To set the size of the Recent files or Recent sessions list on the File menu

  1. Click Preferences on the Edit menu. Select the General tab in the Debugger Preferences dialog box.
  2. Use the Recent files list, maximum size text box to limit the number of Recent Files list on the File menu.
  3. Use the Recent sessions list, maximum size text box to limit the number of Recent Sessions list on the File menu.
  4. Click OK.

To set the size of the command line history

  1. Click Preferences on the Edit menu. Select the General tab in the Debugger Preferences dialog box.
  2. Use the Command line history, maximum size text box to limit the number of the command line history.
  3. Click OK.

To set the number of previous filters and functions that are saved by the function browser

  1. Click Preferences on the Edit menu. Select the General tab in the Debugger Preferences dialog box.
  2. Use the Maximum function match expressions listed text box to set the number of function filters saved. Use the Maximum recently browsed functions text box to set the number of functions saved, which were recently visited.
  3. Click OK.
Line Graphic

Customizing Specific Views

You can also customize the appearance of the Source view, Call Stack view, and Registers view.

To display line numbers in the Source view

  1. Click Preferences on the Edit menu. Select the General tab in the Debugger Preferences dialog box.
  2. Check the Display line numbers check box, to toggle the display of line numbers in the Source View.
  3. Click OK.

To display parameters and values in the Call Stack View

  1. Click Preferences on the Edit menu. Select the General tab in the Debugger Preferences dialog box.
  2. Check the Display parameters and values check box, to toggle the display of parameters and values in the Call Stack view.
  3. Click OK.

To show integers, floating point, and/or special variable types in the Registers view

  1. Click Preferences on the Edit menu. Select the General tab in the Debugger Preferences dialog box.
  2. Check the Integers check box, to toggle the display of integers in the Registers view.
  3. Check the Floating point check box, to toggle the display of floating point numbers in the Registers view.
  4. Check the Special check box, to toggle the display of special variables in the Registers view.
  5. Click OK.

To automatically add the source path to the search path while setting breakpoints on a file

  1. Click Preferences on the Edit menu. Select the General tab in the Debugger Preferences dialog box.
  2. Check the Automatically update source search path when breakpoints set check box, to toggle the addition of file's path automatically into the GUI's search path.
  3. Click OK.

To display the entire contents of an expandable data structure in the Local/Watch/Quick Watch View on a single-click

  1. Click Preferences on the Edit menu. Select the General tab in the Debugger Preferences dialog box.
  2. Check the Enhanced Array Browsing check box , to toggle the listing of entire contents of expandable structures in the Local/Watch/Quick watch view.
  3. Click OK.
Line Graphic

Customizing How Help is Called

Clicking Help Topics on the Help menu, invokes the browser to display the online help for the WDB GUI.

To change the browser command

  1. Click Preferences on the Edit menu. Then select the Help tab in the Debugger Preferences dialog box.
  2. Edit the Browser Command text box.
  3. Click OK.
Line Graphic

See Also

Line Graphic

Return to Top