| |||
| Home > Working with Browsers > Using browsers | |||
Browsers enable you to search through your source files to look for specific structures and to monitor their status during program execution. Browsers are available for:
project modules and files
functions
variables
C++ classes.
RealView Debugger uses scope to determine the value of a symbol. Any symbol value available to a C or C++ program at the current PC is also available to RealView Debugger.
Variables can have values that are relevant within:
a specific class only, that is class scope
a specific function only, that is local scope
a specific file only, that is static global scope
the entire process, that is global scope.
For full details on scope and scoping rules see the chapter describing working with the CLI in RealView Developer Kit v1.0 Debugger Command Line Reference Guide.