Skip to content

Add an additional debug option to show a \n when \r is received #12312

@eabase

Description

@eabase

Description of the new feature/enhancement

The debug tool is great, but could certainly be improved if you could add an option to actually do a \n when the \r (CR) character is received. This would significantly increase the readability of the infinite debug strings coming out, without affecting the actual output and understanding.

So that it would look like:

blah blahblah   blah
[C/R] blah blah

(Where [C/R] is the special unicode (\x2400 range) character for \r.)

Proposed technical implementation details (optional)

Add an optional 2nd debug option after the "debugFeatures": true, option.
Name the option: "debugFeature_Show_NL": true.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-TerminalConnectionIssues pertaining to the terminal<->backend connection interfaceHelp WantedWe encourage anyone to jump in on these.Issue-TaskIt's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions