4
'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msctf.dll'. Cannot find or open the PDB file.
The thread 0x1168 has exited with code 1710096384 (0x65ee0000).
The thread 0x2a98 has exited with code 0 (0x0).
The thread 0x1114 has exited with code 0 (0x0).
The thread 0x21a8 has exited with code 0 (0x0).
The program '[10428] ConsoleApplication1.exe' has exited with code 0 (0x0).

Why when I go to debug a window pops up momentarily then goes away and I get these messages?

emlai
  • 39,703
  • 9
  • 98
  • 145
Ashley
  • 61
  • 1
  • 1
  • 3

1 Answers1

22

Your program executed faster than you were able to read the output. You didn't specify your IDE but I deduce Visual Studio, in which case try pressing ctrl + F5.

Neil Kirk
  • 20,637
  • 5
  • 51
  • 86