Contents
Keyword
Index
Using the WDB
GUI
Reference
Information
Troubleshooting
Using
Help |
|
|
You can customize the
appearance and behavior of the WDB GUI.
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
- Click Preferences on the Edit menu. Select
the General tab in the Debugger Preferences dialog
box.
- Set the Confirm on exit check box. If it is checked, the
WDB GUI will prompt you to confirm before you exit.
- Click OK.
To modify the appearance and behavior of undocked views
- Click Preferences on the Edit menu. Select
the General tab in the Debugger Preferences dialog
box.
- Use the Undocked Views are top-level windows check box to
set whether undocked views are top-level windows or dialog boxes.
- 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.
- Click OK.
To set the size of the Recent files or Recent sessions list on the
File menu
- Click Preferences on the Edit menu. Select
the General tab in the Debugger Preferences dialog
box.
- Use the Recent files list, maximum size text box to limit
the number of Recent Files list on the File menu.
- Use the Recent sessions list, maximum size text box to
limit the number of Recent Sessions list on the File
menu.
- Click OK.
To set the size of the command line history
- Click Preferences on the Edit menu. Select
the General tab in the Debugger Preferences dialog
box.
- Use the Command line history, maximum size text box to
limit the number of the command line history.
- Click OK.
To set the number of previous filters and functions that are saved by the function browser
- Click Preferences on the Edit menu. Select
the General tab in the Debugger Preferences dialog
box.
- 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.
- Click OK.
You can also
customize the appearance of the
Source view, Call Stack view, and Registers
view.
To display line numbers in the Source view
- Click Preferences on the Edit menu. Select
the General tab in the Debugger Preferences dialog
box.
- Check the Display line numbers check box, to toggle the
display of line numbers in the Source View.
- Click OK.
To display parameters and values in the Call Stack View
- Click Preferences on the Edit menu. Select
the General tab in the Debugger Preferences dialog
box.
- Check the Display parameters and values check box,
to toggle the display of parameters and values in the Call
Stack view.
- Click OK.
To show integers, floating point, and/or special variable types in
the Registers view
- Click Preferences on the Edit menu. Select
the General tab in the Debugger Preferences dialog
box.
- Check the Integers check box, to toggle the display of
integers in the Registers view.
- Check the Floating point check box, to toggle the display
of floating point numbers in the Registers view.
- Check the Special check box, to toggle the display of
special variables in the Registers view.
- Click OK.
To automatically add the source path to the search path while
setting breakpoints on a file
- Click Preferences on the Edit menu. Select
the General tab in the Debugger Preferences dialog
box.
- 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.
- Click OK.
To display the entire contents of an expandable data structure in
the Local/Watch/Quick Watch View on a single-click
- Click Preferences on the Edit menu. Select
the General tab in the Debugger Preferences dialog
box.
- Check the Enhanced Array Browsing check box , to toggle
the listing of entire contents of expandable structures in the
Local/Watch/Quick watch view.
- Click OK.
Clicking
Help Topics on the Help menu, invokes the browser to
display the online help for the WDB GUI.
To change the browser command
- Click Preferences on the Edit menu. Then select
the Help tab in the Debugger Preferences dialog box.
- Edit the Browser Command text box.
- Click OK.

Return
to Top |