1. 程式人生 > >VS2010 C++程式編譯錯誤 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file 解決方案

VS2010 C++程式編譯錯誤 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file 解決方案

 原文:https://blog.csdn.net/name_david_lee/article/details/39991013 

'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file 

'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file 

'C:\Windows\SysWOW64\kernellbase.dll', Cannot find or open the PDB file

查了下資料,找到了一個解決方法:

如果是中文版的話,請按照以下步驟:

工具->選項->除錯->符號->Microsoft符號伺服器(選中)

再次執行即可解決該問題。

如果是英文版的話,請按照以下步驟:

 tools->option->debugging->symbol->server(選中)

同樣再次執行即可。