A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
That was for what?
Anyway it was set already to first option, i tried the second and same error.
THIS IS FROM OUTPUT WINDOW - DEBUG:
'auto formating.exe' (Win32): Loaded 'D:\files\dev\language\c++\testing\autoformating\auto formating\Debug\auto formating.exe'. Symbols loaded.
'auto formating.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'.
'auto formating.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'.
'auto formating.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'.
'auto formating.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp140d.dll'.
'auto formating.exe' (Win32): Loaded 'C:\Windows\SysWOW64\vcruntime140d.dll'.
'auto formating.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbased.dll'.
Error: Unable to open file D:\files\dev\language\c++\testing\autoformating\auto formating\auto formating\Debug\auto formating.obj. Error code = 0x80070002.Error: Could not find 'D:\files\dev\language\c++\testing\autoformating\auto formating\auto formating\Debug\auto formating.obj'. auto formating.exe was built with /DEBUG:FASTLINK which requires object files for debugging.
The thread 0x2740 has exited with code 0 (0x0).
I usually just debug program, but sometimes, there is need to build program i think. I remember, i read somewhere to do that, when i had some error.