1. 程式人生 > >VS2010除錯程式啟動時載入程式非常慢的

VS2010除錯程式啟動時載入程式非常慢的

在win7上使用VS2010編譯某程式無誤後,然後以release態並可輸出除錯資訊時除錯程式。console視窗也出現了,但是載入相關資訊是特別慢。並出現如下資訊:

win32.exe': Loaded 'C:\Windows\System32\msvcr100d.dll', Symbols loaded.
'win32.exe': Loaded 'C:\Windows\System32\imm32.dll', Cannot find or open the PDB file
'win32.exe': Loaded 'C:\Windows\System32\msctf.dll', Cannot find or open the PDB file


'win32.exe': Loaded 'C:\Windows\System32\uxtheme.dll', Cannot find or open the PDB file
'win32.exe': Loaded 'C:\Windows\System32\dwmapi.dll', Cannot find or open the PDB file
'win32.exe': Loaded 'C:\Windows\System32\advapi32.dll', Cannot find or open the PDB file
'win32.exe': Loaded 'C:\Windows\System32\sechost.dll', Cannot find or open the PDB file

'win32.exe': Loaded 'C:\Windows\System32\rpcrt4.dll', Cannot find or open the PDB file
'win32.exe': Loaded 'C:\Windows\System32\ole32.dll', Cannot find or open the PDB file
'win32.exe': Loaded 'C:\Windows\System32\cryptbase.dll', Cannot find or open the PDB file

在網上搜了下,並檢視自己的配置,原來是在自己在“工具-->選項-->除錯-->符號”中勾選了“Microsoft符號偵錯程式“。這讓我想起之前遇到類似問題,勾選了此項。當時用完之後,應當去掉這個勾選的。

去掉這個勾選之一,重新啟動程式,載入內容很快,程式碼走起。。。