Improve support for print statements with 200+ messages #6531
jasonLaster
started this conversation in
Ideas
Replies: 1 comment
-
Quick loom walking through these items |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to explore ways in which our frontend can support situations where there are more than 200 messages to show in the console. Here are some examples:
In the Print Statement panel we currently try to show up to 500 messages, but we do not let you edit the expression if there are more than 200.
In the Console Filter bar, we currently default to disabling event listeners if there are more than 200, but I don't think we disable exceptions.
Our Analysis API supports an
addPoints
call which allows the frontend to specify the points to analyze and gives the frontend a lot of latitude for deciding how the UX should work.Beta Was this translation helpful? Give feedback.
All reactions