Intel® Inspector User Guide for Windows* OS

ID 767798
Date 3/31/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Troubleshooting No Symbolic Information

Symptoms

In the Sources window, the Intel Inspector displays no source code for any code locations in the problem set.

Details

Intel Inspector cannot display source code for viewing and editing unless the application has symbols available.

If the Intel Inspector detects no symbols for a location, it sets the call stack and code pane to the first location where it can find symbols.

If the Intel Inspector cannot find any location in the call stack with symbols, it provides the module name and relative virtual address (RVA) for the location.

Possible Correction Strategies

  • When you compile and link an application on Windows* systems:

    • Enable the debug information compiler option.

    • Set the linker option to generate debug information.

  • Configure the project to search non-standard directories.

  • Copy the symbol files, such as *.pdb files, to a location where the Intel Inspector can find them.