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

Added panel sorter #565

Open patrickkusebauch opened 1 year ago

patrickkusebauch commented 1 year ago

Added ability to sort panels before rendering. Simply register the sorter in your Booting class (or similar if not using nette)

Debugger::getBar()->replaceSorter(/** your sorting function for `uksort` **/)

By default, no sorting to keep the current functionality.