Browse window for source files
To open a browse window for source files, do one of the following:
- From the debugger, choose Browse > Files...
- From the status bar of the debugger, open the File drop-down list box, and choose "Browse all source files in program...".
- In the command pane, enter: browse files.
A source file's information is displayed as follows:
- Grayed out if there is no procedure defined in the source file.
- Displayed in the normal foreground color otherwise.
The following table lists the operations when you click in the browse pane.
Mouse action
|
Function Description
|
Left click
|
Displays the clicked source file into the debugger source pane.
|
Double left click
|
Opens a browse window to show the procedures defined in the clicked source file if it is not grayed out, otherwise issues a beep as a warning.
|
Right click
|
Opens a pop-up menu, see "Pop-up menu for a source file" below.
|
Pop-up menu for a source file
|
Menu Item
|
Description
|
Full Name
|
Shows full names for source files.
|
Base Name
|
Shows base names for source files.
|
Show Procedures of File
|
Opens a browse window to show all procedures defined in the source file.
|
Show in Debugger
|
Displays the source file in the debugger source pane.
|
Show in Editor
|
Opens an Editor window on the source file.
|
Show in Tree Browser
|
Opens a tree browser to show the reference relationships of the source file.
|
The following table lists the operations when you click a column header in the browse pane:
Action
|
Function Description
|
Left click
|
Sorts the objects according to the corresponding column (the order toggles).
|
Right click
|
Opens a pop-up menu. The menu items' functions are the same as those specified in the table "Pop-up menu for a source file" above.
|
Related topics:
Copyright © 1999, Green Hills Software. All rights
reserved.