码迷,mamicode.com
首页 > 其他好文 > 详细

VS2010调试程序启动时加载程序非常慢的

时间:2015-08-07 00:26:30      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

在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符号调试器“。这让我想起之前遇到类似问题,勾选了此项。当时用完之后,应当去掉这个勾选的。


去掉这个勾选之一,重新启动程序,加载内容很快,代码走起。。。

版权声明:本文为博主原创文章,未经博主允许不得转载。

VS2010调试程序启动时加载程序非常慢的

标签:

原文地址:http://blog.csdn.net/firecityplans/article/details/47324805

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!