Skip to content

When rendering a multiline string, Tracy should show where the string begins #453

Closed
@janbarasek

Description

@janbarasek

When dumping a multiline string, such as:

dump("Abcd\n    efgh.");

Tracy displays the indented first character on the first line and indents the next lines with solid spaces.

However, you can't see where the individual lines start and how many spaces to remove in the indent.

Snímek obrazovky 2020-12-27 v 12 17 41

The solution could be like a line (in the case of an array dump):

Snímek obrazovky 2020-12-27 v 12 18 43

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions