this is my code very simple just for a test.
#include <iostream>
using namespace std;
int main()
{
int a, b, c;
a = 2;
b = 7;
c = a + b * 3;
cout << c;
return 0;
}
I get this debug 'test.exe' (Win32): Loaded 'C:\Users\Jacob\Documents\Visual Studio 2017\Projects\test\Debug\test.exe'. Symbols loaded. 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\ntdll.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\kernel32.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Unloaded 'C:\Windows\syswow64\kernel32.dll' 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\kernel32.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\KernelBase.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\msvcp140d.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\vcruntime140d.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\vcruntime140d.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Unloaded 'C:\Windows\syswow64\vcruntime140d.dll' 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\ucrtbased.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\ucrtbased.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Unloaded 'C:\Windows\syswow64\ucrtbased.dll' 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\ucrtbased.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Unloaded 'C:\Windows\syswow64\ucrtbased.dll' 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\kernel.appcore.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\msvcrt.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\rpcrt4.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\sspicli.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\cryptbase.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\bcryptprimitives.dll'. Cannot find or open the PDB file. 'test.exe' (Win32): Loaded 'C:\Windows\syswow64\sechost.dll'. Cannot find or open the PDB file. The thread 0x128 has exited with code 0 (0x0). The thread 0x1f08 has exited with code 0 (0x0). The thread 0x15d0 has exited with code 0 (0x0). The program '[1976] test.exe' has exited with code 0 (0x0).