Is your feature request related to a problem? Please describe.
It is easy to log a message from a hot loop. This results in tons of identical messages.
Describe the solution you'd like
Similar to Chrome DevTools, subsequent identical messages should be collapsed and only shown once. A new [20 times] prefix/suffix can be added to signify how many of these identical console messages there are.
Describe alternatives you've considered
Being careful about logging xD
Additional context
No response
Is your feature request related to a problem? Please describe.
It is easy to log a message from a hot loop. This results in tons of identical messages.
Describe the solution you'd like
Similar to Chrome DevTools, subsequent identical messages should be collapsed and only shown once. A new
[20 times]prefix/suffix can be added to signify how many of these identical console messages there are.Describe alternatives you've considered
Being careful about logging xD
Additional context
No response