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)。

    解决方法

  • 相关阅读:
    TOMCAT热部署 catalina.home catalina.base
    spring boot test MockBean
    源码分析ConcurrentHashMap
    源码分析Thread
    源码分析String
    jvm 占用高的问题定位
    docker 资源限制
    数据库设计方案与优化
    linux搜索查找类命令|--grep指令
    linux搜索查找类命令|--locate命令
  • 原文地址:https://www.cnblogs.com/JsonZhangAA/p/5459648.html
Copyright © 2011-2022 走看看