Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
janbarasek opened this issue Dec 27, 2020 · 1 comment

Comments

@janbarasek
Copy link
Contributor

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!

@dg
Copy link
Member

dg commented Dec 27, 2020

That makes sense. I'm considering whether to include ('a') or not ('b') quotation marks in the case of multiline strings.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants