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
for (int i = 0; i < 9; i++)
{
Console.WriteLine(i);
}
In 3rd line I've logpoint with "i = {i}" message, but after start debugging it's display in debug console first log point and frezes for like 10-15 seconds don't know why.
Describe the Issue
Program.cs
In 3rd line I've logpoint with "i = {i}" message, but after start debugging it's display in debug console first log point and frezes for like 10-15 seconds don't know why.
Steps To Reproduce
task.json
Expected Behavior
Debugging session should dont freeze after displaying first log message
Environment Information
I'm using windows 11 Pro version: 10.0.22621 compilation 22621 and newest vs code
The text was updated successfully, but these errors were encountered: