Click here to Skip to main content
15,922,584 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everybody.When i go to Analyze->Launch performance wizard->CPU sampling and go to hot path then.Everything works fine but in Function code window i get mistake "Watching symbols could not be found. Сhoose the symbol settings link to add the symbol file location and then reload the report"
I added following sources in Tools->Options->Debugging->Symbols settings
But this didn't help.

Microsoft Symbol Servers
http://referencesource.microsoft.com/symbols
http://srv.symbolsource.org/pdb/Public or the authenticated variant
http://srv.symbolsource.org/pdb/MyGet or the authenticated variant
http://msdl.microsoft.com/download/symbols

In output window during analysis i got error Failed to load symbols for C:\Windows\system32\igdumd32.dll .But igdumd32.dll is exist in that directory.
Posted

1 solution

You can't load symbols from Microsofts servers for that file because that .DLL wasn't written by Microsoft. That file belongs to an Intel Graphics Driver. It was written by Intel.
 
Share this answer
 
Comments
Inimicos 27-Feb-15 2:06am    
I suppose solution is to make compiler to avoid dll file.Or creating additional pdb file,for this dll.Thank you for aiming.
Dave Kreskowiak 27-Feb-15 7:36am    
That makes no sense as the compiler doesn't know about the file nor will use it for anything.

Are you asking how the DEBUGGER can ignore the file? It can't. It's part of the loaded modules in the dump your examining.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900