Skip to content

Debug/chat messages are not consistent across platforms #684

@qaisjp

Description

@qaisjp

Describe the bug

Debug messages on the client allow newlines whereas messages on the server do not.

To reproduce

crun outputDebugString("A\n\tB\n\t\tC")
run outputDebugString("A\n\tB\n\t\tC")

Expected behaviour

Should be the same.

Screenshots

image

Version

1.5.6

Additional information
It would be useful to also convert \t to four spaces.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions