vs 2010 Cannot find or open the PDB file

打开VS2010:工具--》选项--》》调试--》符号
接下来就是选择Microsoft,然后确认

接着随便编译一个程序,过程会灰常的慢。

看到此目录下符号缓存了吗?C:\Users\kjqin\AppData\Local\Temp\SymbolCache
找到这个目录拷贝出来,找个地方存放。接下来就是去掉Microsoft符号服务器,要是不去,每次都要从Microsoft下载很麻烦,已经缓存了,我
们就可以利用好这些缓存,至此完美解决。

http://blog.chinaunix.net/uid-11765716-id-3074932.html(本文为转载,此为原文网址)

时间: 2024-10-12 02:39:11

vs 2010 Cannot find or open the PDB file的相关文章

warning: Cannot find or open the PDB file

visual studio 2010 正常运行后在output window 跳出一堆warnings 'Shaders.exe': Loaded 'C:\Documents and Settings\User\My Documents\Visual Studio 2010\Projects\Shaders\Win32\Debug\Shaders.exe', Symbols loaded. 'Shaders.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll'

解决Cannot find or open the PDB file问题

今天使用opencv里的mat想要保存数据里边的像素的平均值和标准差: 但是编程好了之后会出现下面的问题,不能找到pdb file .下面将提供三种解决方法以及产生问题的原因. 程序也运行不出来,整个人都不好了.后来上贴吧和网上搜,有很多种解决办法,但是对我最用的是第1个: 方法1.首先确认是不是建立的空项目而不是win32位控制台项目,如果建立的是空项目,建议把空项目改成win32位控制台项目,问题一下子就解决了. 方法2.还有种说法是其实问题在于,在空项目中不生成调试文件pdb,所以无法调试

Cannot find or open the PDB file

Cannot find or open the PDB file 分类: vc++ 2013-08-19 16:48 672人阅读 评论(0) 收藏 举报 2012OpenCVWindows调试win32 vs2012运行程序时出现以下的情况: 'surfmatch.exe' (Win32): Loaded 'F:\opencv\cv图像匹配\cv匹配6\surfmatch\Release\surfmatch.exe'. Symbols loaded. 'surfmatch.exe' (Win3

VS2010,Cannot find or open the PDB file

http://blog.163.com/chenpeijie0_0/blog/static/1830945712011780275118/ 用vs2010写程序时,经常遇到:想查看输出结果,但是提示命令符却老是一闪而过,有什么好的解决办法呢?貌似还跟64位的win7系统有关.. 在网上找到了如下解决办法: ①目前为止最好的解决办法:(来自:CSDN论坛.新浪博客) 运行按:Ctrl+F5 (根本原因:程序输出的地方是系统而不是vs2010.你所点的按钮(或者按快捷键F5)的结果是启动调试.你所想

dump file and pdb file

pdb file: 只是一个映射表,不包含源码内容. 存储的内容: 1.maps the identifiers that you create in source files for classes, methods, and other code to the identifiers that are used in the compiled executables of your project.   The .pdb file also maps the statements in th

VS2010下Cannot find or open the PDB file 问题的解决

如果不是想debug,则该问题可以无视 如果确定要debug,请按该流程操作: 1.工具->选项->调试->符号: 2.勾选Microsoft符号服务器,点击确定,然后按照第一步步骤再次点开该对话框,这时下面一栏的"在此目录下缓存符号"中会自动填充一个目录路径,复制该路径, 3.在"Microsoft符号服务器"所在列表中添加一项,内容是上一步复制到路径,点击确定 4.debug,系统会从官方服务器下载符号缓存 5.完成后按照第一步步骤再次打开对话

SharePoint 2010用“localhost”方式访问网站,File not found问题处理方式

场景:本地服务器上,用“localhost”方式访问网站:在某网站集(Site Collection)下的子网站(Sub Site)中,点击网站权限菜单(Site permissions)等关于调用Layout下文件的情况,就出现“File not found”异常:配置网站web.config的CustomError为Off,出现“Unable to find the specified file.” 解决方式:不要用“localhost”,用“机器名”或者“IP”访问就没问题了,按道理也是应

Cannot find or open the PDB file怎么解决

http://bbs.csdn.net/topics/350149584某答友解决方案: 原因是程序输出的地方是系统而不是vs2010.Ctrl + F5运行就可以了或者在cmd命令行下执行程序.

PDB Files: What Every Developer Must Know

Reference:  http://www.wintellect.com/blogs/jrobbins/pdb-files-what-every-developer-must-know Most developers realize that PDB files are something that help you debug, but that's about it. Don't feel bad if you don't know what's going on with PDB fil