| 
 
     
 
  | 
[软件故障] debug时,pdb文件 系统找不到指定的路径 的解决方法
 
现象:vc++在bulid时出现类似如下错误:  
  
linking...  
creating browse info file...  
debug\csu.exe  
已复制         1 个文件。  
debug\csu.pdb  
系统找不到指定的路径。  
已复制         0 个文件。  
error executing c:\windows\system32\cmd.exe.  
   
csu.exe - 1 error(s), 42 warning(s)  
   
解决:  
1、先删除debug文件夹,然后rebuild工程。若仍不行,使用方法2。  
2、在project\settings...中,点post-build step选项卡,设置里面的参数,如清除其内容。 |   
 
 
 
 |