最近在看Lua源碼,在vs2010中導(dǎo)入Lua源碼,編寫test的時(shí)候,發(fā)現(xiàn)報(bào)以下錯(cuò)誤:
'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
查了下資料,找到了一個(gè)解決方法:
如果是中文版的話,請(qǐng)按照以下步驟:
工具->選項(xiàng)->調(diào)試->符號(hào)->Microsoft符號(hào)服務(wù)器(選中)
再次運(yùn)行即可解決該問題。
如果是英文版的話,請(qǐng)按照以下步驟:
tools->option->debugging->symbol->server(選中)
同樣再次運(yùn)行即可。