Krumo is a replacement for PHP's print_r() and var_dump()
A lot of developers use print_r()
and var_dump()
in the means of debugging tools. Although they were intended to present human readble information about a variable, we can all agree that in general they are not. Krumo is an alternative: it does the same job, but it presents the information beautified using CSS and DHTML.
Links
- Website: http://krumo.kaloyan.info/
- Repository: https://github.com/kktsvetkov/krumo