The program '[4116] homework.exe' has exited with code 0 (0x0).

  • Thread starter Thread starter babacanada24
  • Start date Start date
B

babacanada24

Guest
how do I remove this message from Microsoft visual studio debug console .C:\Users\yuvas\source\repos\homework\bin\Debug\netcoreapp3.0\homework.exe (process 17180) exited with code 0.



To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
Press any key to close this window . . .

The program '[4116] homework.exe' has exited with code 0 (0x0).


'homework.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Private.CoreLib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'homework.exe' (CoreCLR: clrhost): Loaded 'C:\Users\yuvas\source\repos\homework\bin\Debug\netcoreapp3.0\homework.dll'. Symbols loaded.

Continue reading...
 
Back
Top