You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a .Net 8 Console App and when the debugger executes Debug.Writeline("...") the App exits with no errors or exception thrown. I am using VS Codium on Windows 11.
To reproduce the problem create a Console App with:
dotnet new console
The code in Program.cs is simple:
using System.Diagnostics;
Debug.WriteLine("Debug World");// App exits here
Console.WriteLine("Hello, World!");
I have a .Net 8 Console App and when the debugger executes Debug.Writeline("...") the App exits with no errors or exception thrown. I am using VS Codium on Windows 11.
To reproduce the problem create a Console App with:
The code in Program.cs is simple:
Launch.json
tasks.json
Any help or pointers will be appreciated. Thank you!
The text was updated successfully, but these errors were encountered: