Reference Information · Build View Home and Help IconsKeyword IndexHomeUsing 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
Registers View
Memory Usage View
{short description of image} 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 Build View Description
Bullet Pop-up Menu
Bullet Tips
Bullet See Also

Line Graphic

Overview

The Build view displays build output when your rebuild source files in the debugger.

Line Graphic

Build View Description

When you rebuild your program in the debugger (see Fixing Code from within the Debugger), all compiler and linker output is sent to the Build view. The tab for the Build view is hidden unless either the debugger rebuilds a file for you or you explicitly display the Build view by choosing it from the View menu.

Line Graphic

Pop-up Menu

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

Command Action
Close Build View Removes the Build view from the main window. The Build view will automatically re-appear if the debugger starts to rebuild one of your program's files. You can view the build view at any time by choosing Build from the View menu.
Open Separate Window Displays the Build 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 Build tab. Available when the Build view is displayed in a separate window.
Line Graphic

Tips

  • Double-click any warnings or errors in the build view to display the associated source in the Source view.

Line Graphic

See Also

Line Graphic

Return to Top