Visual Studio想要加载符号

时间:2016-11-06 01:57:55

标签: c++ visual-studio-2015

所以我几年来一直在使用visual studio,但是当我买了一台新电脑并安装它时,我一直想要做我从未见过需要做的事情。

我所做的只是制作一个常规的win32控制台应用程序,使用以下代码(实际上我并没有添加任何激烈的内容)

'infPres.exe' (Win32): Loaded 'C:\Users\Admin\Documents\Visual Studio 2015\Projects\infPres\Debug\infPres.exe'. Symbols loaded.
'infPres.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'infPres.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'infPres.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\kernel32.dll'
'infPres.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'infPres.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
'infPres.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbased.dll'. Cannot find or open the PDB file.
'infPres.exe' (Win32): Loaded 'C:\Windows\SysWOW64\vcruntime140d.dll'. Cannot find or open the PDB file.
'infPres.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp140d.dll'. Cannot find or open the PDB file.
'infPres.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel.appcore.dll'. Cannot find or open the PDB file.
'infPres.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcrt.dll'. Cannot find or open the PDB file.
'infPres.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'. Cannot find or open the PDB file.
'infPres.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sspicli.dll'. Cannot find or open the PDB file.
'infPres.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptbase.dll'. Cannot find or open the PDB file.
'infPres.exe' (Win32): Loaded 'C:\Windows\SysWOW64\bcryptprimitives.dll'. Cannot find or open the PDB file.
'infPres.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sechost.dll'. Cannot find or open the PDB file.

但是当我去运行它时,我得到了这个

(gdb) show disassemble-next-line
Debugger's willingness to use disassemble-next-line is off.
(gdb) set disassemble-next-line on
(gdb) show disassemble-next-line
Debugger's willingness to use disassemble-next-line is on.

通过Google搜索,我发现人们已经进行了多年的广泛项目,并且我确实允许从服务器下载,但速度很慢,有时仍然无法正常工作。如果确实如此,在它完成下载之后我再次运行程序会抛出那个巨大的错误并且不会运行。

0 个答案:

没有答案