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.

Home Page:https://tracy.nette.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracy configuration options missing $maxItems

thomasdv opened this issue · comments

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.

That is really needed indeed!

fixed