Intel® Advisor Help

Troubleshooting Debug Information Not Available

Symptoms

After running the Intel Advisor tools to analyze your running application's target, the displayed report may contain information about your target's debug (symbol) information that is unexpected or does not make sense. When debug information is not available, the ability to use binary-to-source correlation prevents the display of source code. For example:

However, if your application calls library functions, you should expect to see some symptoms about sources not being available. For example, the C/C++ sample application stats calls certain library functions to calculate standard deviation or similar values. Because the source code for the library functions is not available, you will see that source code is not available within the called library functions, but is available for the related project source files. In this case, see the help topic Troubleshooting Sources Not Available.

Details

The most common causes are:

Possible Correction Strategies

See Also