[C++ Learning Road] Solution: Unable to find or open PDB files

'C:\Windows\SysWOW64\ntdll.dll' loaded. Unable to find or open the PDB file.

'C:\Windows\SysWOW64\kernel32.dll' loaded. Symbols loaded.
'C:\Windows\SysWOW64\KernelBase.dll' loaded. Unable to find or open the PDB file.

'C:\Windows\SysWOW64\msvcr120d.dll' loaded. Symbols loaded.


The first time I run C++, I get an error! !

So I searched for a solution

Very simple, the method is as follows:

first step:



Step two:



third step:



Then run it~~~ Need to wait a while. Don't worry!



If it still doesn't work! ! ! ! ! !

Add a getchar() in front of return; or system("pause");just



Guess you like

Origin blog.csdn.net/hackdjh/article/details/52055721