-
Notifications
You must be signed in to change notification settings - Fork 29.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
Colorize in debug console for evaluation results #35324
Comments
We could do this for october. |
I have pushed some support for this, preciesely:
I did it in this way such that C# does not get broken if they return "int" instead of "number". Coloring is still disabled for simple output in repl. |
Verifier - debug with inspector and verify that primitive values returned from evaluating things in the debug console are colored appropriately, as in the above screenshot. |
From #34043
It would be nice to keep colorization for 'evaluate' requests, since the result has a 'type'. node2 doesn't set the type... it could though.
vs previously
The text was updated successfully, but these errors were encountered: