nette / tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
https://tracy.nette.org
Other
1.75k stars 218 forks source link

Tracy configuration options missing $maxItems #531

Closed thomasdv closed 2 years ago

thomasdv commented 2 years ago

When dumping arrays Tracy truncates them to 100 items. It is sometimes desirable to dump more or the entire array without limitations.

If I am not missing something, it is not currently possible. It would be nice to be able to set the desired $maxItems value in a similar way to i.e. $maxDepth option.

ivangretsky commented 2 years ago

That is really needed indeed!

dg commented 2 years ago

fixed