我已经使用Visual Studio 2012性能分析来描述我的C代码很长一段时间了,但是最近当我尝试使用它时似乎无法加载符号,因为当我尝试查看详细信息时出现此错误
Matching symbols could not be found. Choose the ‘Symbol Settings..’
link to add the symbol file location and then reload the report.
我访问了选项 – >调试 – >符号,但我不知道我需要添加什么,以便符号正确加载.
目前在该菜单符号文件(.pdf)位置:其中有一个选项可用,它被称为Microsoft Symbol Servers,它被选中.在这个目录中的Cashe符号中:我可以看到它被设置在临时文件夹中,但是当我去那个文件夹时,我看到它是空的.
我需要添加什么才能正确加载符号?
解决方法
我在MSDN上问了这个问题,我被告知这是Visual Studio 2012和
Windows 8.1的已知问题.微软现在要么修复它,要么将在未来的更新中修复它.
Here is a link to the MSDN question.