-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Clearer indication of what is input and what is output in debug console #37363
Comments
And F12. Don't forget Edge! |
We had these lines before and decided against it, since it is not always nicely grouped two by two. Sometimes some output comes and then the lines would not look so nice. |
Let's try to use the icons and see how this looks and feel. If we like them, then we can try the separator lines (since we made some improvements to the output stream, it could be that some of the old issues no longer exist). |
We could look into improving this in the future. |
This is how it looks, try it out and let me know. @weinand already pointed out that the tree expando should be closer to the element, I will look into if that is possible |
Even though the arrows are centered due to the way how the brain processes these images one looks more to the left, and one more to the right and the whole hing looks a bit messy. Suggestions welcome on how to improve! |
Problem
In the debug console, it can sometimes be difficult to tell what is text you entered and what is the evaluated result:
This was improved with #35324 for literals but I still like how Chrome and Safari have little icons (and separator lines) to indicate this:
The text was updated successfully, but these errors were encountered: