Closed
Description
In the Chrome dev tools, duplicate lines are collapsed together:
Here, the console.log
has run 19 times but because the output was the same, it just shows a "19" alongside the first print.
I think this would work great in the Debug Console here too as it's not uncommon to have the same thing being printed a lot.