11.07.2015 Views

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Source navigator windowOne of the best ways to find your way around your source code is using the SourceNavigator. The source navigator parses the active project's source code and organizesclasses, functions, and variables in various ways.Source navigator user interfaceThe Source Navigator window is divided into a tool bar and the main breakpointdisplay.Source Navigator tool barButtonDescriptionSorts the objects alphabetically.Sorts the objects by type.Sorts the objects by access (public, protected, private).Groups objects by type (functions, classes, structures, variables).Move the cursor to the statement where the object is defined.Move the cursor to the statement where the object is declared. Ifmore than one declaration exists, an arbitrary one is chosen.Manually re-parses any changed files in the project.Source navigator displayThe main part of the Source Navigator window an overview of the functions, classes,and variables of your application.CrossStudio displays these icons to the left of each object:IconDescriptionStructure or namespace A C or C++ structure or a C++namespace.C++ class A C++ class.Private function A C++ member function that is declaredprivate or a function that is declared with static linkage.Protected function A C++ member function that is declaredprotected.Chapter 12Source navigator window131

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!