zoukankan      html  css  js  c++  java
  • VS2013 编译程序时提示 无法查找或打开 PDB 文件

    “Draw.exe”(Win32):  已加载“C:UsersYCDocumentsVisual Studio 2013ProjectsDrawDebugDraw.exe”。已加载符号。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32 tdll.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32kernel32.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32KernelBase.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32mfc120d.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32advapi32.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32msvcrt.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32sechost.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32 pcrt4.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32msvcr120d.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32user32.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32gdi32.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32lpk.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32usp10.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32ole32.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32oleaut32.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32shlwapi.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32imm32.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32msctf.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32uxtheme.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:Windowswinsxsx86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5comctl32.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:Windowswinsxsx86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18455_none_72d576ad8665e853GdiPlus.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32apphelp.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已卸载“C:WindowsSystem32apphelp.dll”
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32cryptbase.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32dwmapi.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:UsersYCAppDataRoamingTaobaoProtectTaobaoProtectSE.dll”。模块已生成,不包含符号。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32psapi.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32shell32.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32version.dll”。无法查找或打开 PDB 文件。
    “Draw.exe”(Win32):  已加载“C:WindowsSystem32profapi.dll”。无法查找或打开 PDB 文件。
    程序“[5036] Draw.exe”已退出,返回值为 0 (0x0)。

    解决方法

  • 相关阅读:
    webpack中的extract-text-webpack-plugin插件使用方法总结
    vue知识总结第一篇vue组件的定义以及父子组件的传值。
    Java在当前时间的基础上增加N时间
    SVN服务器端和客户端的搭建与使用
    字符串后面去0、补0
    安装Oracle数据库并建立可以用的用户
    【品优购代码外笔记】安装并使用Zookeeper
    【十次方基础教程(后台)】influxDB、cAdvisor、cAdvisor的安装与使用(监控微服务内存,自动扩容)
    【十次方基础教程(后台)】使用Rancher管理容器
    【十次方基础教程(后台)】使用Gogs,Jenkins实现持续集成
  • 原文地址:https://www.cnblogs.com/JsonZhangAA/p/5459648.html
Copyright © 2011-2022 走看看