“Circle.exe”(Win32): 已加載“C:\Windows\System32\msvcrt.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\rpcrt4.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\combase.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\bcryptprimitives.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\vcruntime140d.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“F:\Qt\install\5.6.3\msvc2015_64\bin\Qt5Cored.dll”。已加載符號。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\ucrtbased.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“F:\Qt\install\5.6.3\msvc2015_64\bin\Qt5Widgetsd.dll”。已加載符號。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\user32.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\win32u.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\windows.storage.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\gdi32.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\gdi32.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已卸載“C:\Windows\System32\gdi32.dll”
“Circle.exe”(Win32): 已加載“C:\Windows\System32\gdi32full.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\msvcp_win.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\ole32.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\sechost.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\advapi32.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\msvcp140d.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\advapi32.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已卸載“C:\Windows\System32\advapi32.dll”
“Circle.exe”(Win32): 已加載“F:\Qt\install\5.6.3\msvc2015_64\bin\Qt5Guid.dll”。已加載符號。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\profapi.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\ws2_32.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\powrprof.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\umpdc.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\shlwapi.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\mpr.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\kernel.appcore.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\cryptsp.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\imm32.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\cryptbase.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“F:\Qt\install\5.6.3\msvc2015_64\plugins\platforms\qwindowsd.dll”。已加載符號。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\oleaut32.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\winmm.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\winmmbase.dll”。無法查找或打開 PDB 文件。
“Circle.exe”(Win32): 已加載“C:\Windows\System32\uxtheme.dll”。無法查找或打開 PDB 文件。
有好多,我就不復制完了
問題原因:
這個不是錯誤消息,這個是在使用調試功能時,vs打算加載這些系統dll的pdb文件並對系統dll進行調試,而通常系統是沒有這些pdb文件的,導致的結果是無法調試這些dll。但是由於這些都是系統dll,絕大多數情況下你只是調試自己的程序,而不需要調試系統dll,因此把它們忽略掉就行了。
原文:
These are not error messages - they are informational messages from the Visual Studio debugger listing the various executables and Dynamic Link Libraries (DLLs) that have been loaded, and whether or not the PDB (Program DataBase) file containing debug symbol information was found. Normally, the PDB file for your application will be found, as it was here, but PDBs for run-time and system DLLs will not. Unless you plan to debug the system DLLs you don’t need their PDB files and should ignore these messages.
如果想要解決:
運行一下就好了,之后把這些選項去掉也不會出錯
qt project settings無法點擊:
這個好像運行一下程序,或者點擊項目下文件之后就可以了,實在不行重啟vs再試試