C and C++ SoftBench User's Guide

Using SoftBench Static Analyzer
If Something Goes Wrong
Chapter 9278
source line
xxx
unavailable.
The results of this command include
source file text, but the specified line
in the source file is not available,
probably due to recent editing. From
the SoftBench Static Analyzer
window, choose"File: Analyze File
Set" or rebuild the program from the
Project Window to update the Static
database. Then repeat the "Show"
command.
Node does not appear on
graph or in query
results.
The identifier in the "Symbol ()"
input box is not a variable, function,
class, template type, or file. Compile
errors in your source may have
prevented the compiler from
generating Static information about
the identifier. Correct the errors and
rebuild.
The "Symbol" command is
listing results from
the entire
file set.
Turn scoping on or, if out-of-date,
recompile.
The "Symbol" commands
are not listing results
from the entire
file set.
Turn scoping off.
Table 9-2
Condition or Message Explanation