[PR #11486] Remove debug logging for PSReadline on newlines #28609

Open
opened 2026-01-31 09:29:37 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/11486

State: closed
Merged: Yes


Up until this commit PSReadline caused OutputDebugString to be called
with a complex log message to on every newline. At the time of writing,
Visual Studio's Output window is fairly slow and after this change newlines
feel a fair bit snappier when running under Visual Studio's debugger.

Validation Steps Performed

  • pwsh.exe continues to work correctly ✔️
**Original Pull Request:** https://github.com/microsoft/terminal/pull/11486 **State:** closed **Merged:** Yes --- Up until this commit PSReadline caused OutputDebugString to be called with a complex log message to on every newline. At the time of writing, Visual Studio's Output window is fairly slow and after this change newlines feel a fair bit snappier when running under Visual Studio's debugger. ## Validation Steps Performed * pwsh.exe continues to work correctly ✔️
claunia added the pull-request label 2026-01-31 09:29:37 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28609