Crossware

Table of Contents        Previous topic       Next topic       

C Source Code Browsing->The Browse View

The Browse Information view enables you to view the C identifiers of your source code and jump to a particular definition of it or reference to it.

Open the Browse Information view by selecting Browse from the Tools menu.  (If there is no browse information available, this menu item will be inactive.)

In the left hand pane of the view will be a complete list of the C symbols that are included in the browse database.  Select the symbol of interest and in the right hand pane, all of the definitions and references for that symbol will be listed.  You can now select the definition or reference of interest and click on the Go To button (or double click the item). The view will then close and the file containing the definition or reference will be opened.  The insertion point will be placed at the symbol location.