Finding Only File Static Symbols In Scope
Related Topics:
By defautl, debugging finds file static symbols and C++ member s even when they are not in scope. You can choose to have it find only file static symbols that are in scope.
To set finding of fonly ile static symbols and C++ members that are in scope:
- 1. In the Debugging Window, choose Debug
Debugging Options. Or, in the Sun WorkShop main window, choose Options
Debugging Options.
- 2. In the Debugging Options Dialog Box, click the Language and Scoping tab.
- 3. Click to deselect the checkbox for Scoping:Finding file static symbols and C++ member functions even when not in scope.
- 4. Click OK to apply the change to the current session, or click Save as Defaults and then click OK to apply it to all sessions.
Note - This option is equivalent to the dbx environment variable scope_look_aside