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
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
Steps to reproduce
Expected behavior
The text sent to
Console.Write
should be written to the output window in a reasonable amount of timeActual behavior
The text doesn't appear until the program writes a newline.
Program.cs
The text was updated successfully, but these errors were encountered: