When I run any project, she writes me

ConsoleApplication3.exe' (Win32): Loaded 'C:\Users\user\Desktop\Лабы\Laba1\Debug\ConsoleApplication3.exe'. Symbols loaded. 'ConsoleApplication3.exe' (Win32): Loaded 'C:\Windows\syswow64\ntdll.dll'. Symbols loaded. 'ConsoleApplication3.exe' (Win32): Loaded 'C:\Windows\syswow64\kernel32.dll'. Symbols loaded. 'ConsoleApplication3.exe' (Win32): Unloaded 'C:\Windows\syswow64\kernel32.dll' 'ConsoleApplication3.exe' (Win32): Loaded 'C:\Windows\syswow64\kernel32.dll'. Symbols loaded. 'ConsoleApplication3.exe' (Win32): Loaded 'C:\Windows\syswow64\KernelBase.dll'. Symbols loaded. 'ConsoleApplication3.exe' (Win32): Loaded 'C:\Windows\syswow64\msvcp110d.dll'. Symbols loaded. 'ConsoleApplication3.exe' (Win32): Loaded 'C:\Windows\syswow64\msvcr110d.dll'. Symbols loaded. The thread 0x1650 has exited with code 0 (0x0). The thread 0x1c64 has exited with code 0 (0x0). The thread 0x1850 has exited with code 0 (0x0). The program '[5872] ConsoleApplication3.exe' has exited with code 0 (0x0). 

It started when I reinstalled Vizhlu. What to do?

  • As far as I understand, go from Debug to Release? .. - Harry
  • @Harry doesn't care, the same thing writes - Asya Filatova
  • And what's the problem? Everything is good. - arrowd
  • @arrowd before it compiled without system ("pause") and what I wrote above was not displayed. Is it possible to make the compiler not write this? - Asya Filatov
  • This is not written by the compiler, but rather by the debugger. You can switch the window from "Debug" to "Output", if you so need it. And about the system("pause") did not understand. - arrowd

0