Skip to content

[Feature] Add options to output stdout/stderr to the "output" view #831

@Kyren223

Description

@Kyren223

On windows, if I use WriteConsole with GetStdHandle(STD_OUTPUT_HANDLE) then the output window does not detect it, I have to also output it to OutputDebugString.

Ideally there would be a way to configure the output window to point it to either stdout, stderr, or stdout and stderr.
This is also useful for the linux port, as there is no "OutputDebugString" for linux, the output window will anyways want to use stdout/stderr.

And also, as a separate feature, it'd be nice if the output window could also take input from stdin to give a more complete "terminal"-like experience.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions