Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4994 Discussions

Debugging Symbols not found while compiling report

Anchal_R_
Beginner
386 Views

vtune_0.png

 

 

Will this error produce some unwanted results ? if yes how to fix it .

Thank You

0 Kudos
1 Reply
Denis_M_Intel
Employee
386 Views

 This is normal, debugging information (.pdb files) for applications and system modules is not generally available on the system by default. It is needed for accurate resolving of symbols and source locations. It is recommended to have .pdb files for modules of interest. You can find more details in VTune help: https://software.intel.com/en-us/vtune-amplifier-help-debug-information-for-windows-application-binaries, https://software.intel.com/en-us/vtune-amplifier-help-compiler-switches-for-performance-analysis-on-windows-targets.

 

0 Kudos
Reply