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.
This PR updates the version of the debugger to 2.9.0. This includes various bug fixes, but most importantly:
* #6598 -- fixes support for writing to the console without a newline character (`Console.Write` case)
* #6585 -- fix problems with logpoint handling
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
Originally reported by @Xariif from microsoft/vscode-dotnettools#601
The text was updated successfully, but these errors were encountered: