|
Web Contractors Web Developer Jobs Join Us / Log in Discussion |
Krumo - PHP debugging tool
Submitted by rimian on Mon, 06/16/2008 - 04:29
Do you spend all day outputting variables with var_dump() and print_r() and viewing your source code?
Well Krumo could make your day a while lot nicer. It's a PHP debugging tool that is intended to replace these two functions and output to a nicely formatted structure using CSS and DHTML.
Krumo is in alpha release at the time of this writing. See Krumo here.
New forum topics
- Open Source Online Invoicing Software
- Professional Drupal Consulting, Design & Development Services in Australia
- New Year Speacial-Professional Website for 400$ with doamin+Host
- Ruby on Rails Oceana
- WebDev/Design/Research/Consultant - PHP/MySql, Javascript, Joomla, HTML, Flash, AJAX
- Freelance ASP.NET Developer
- System Monitoring with Nagios
- Learning Ruby? What about the RubyMentor Project?
- Need a team
- JAOO Sydney/Brisbane 2009
- Get Your Business a Website for $399 ONLY !!!
- Concrete5: Another CMS!
- Manage The Cloud with Amazon Web Services
- Crystal Reports developer needed
- web applications/ e-commerce/ web marketing


nice find
Hello,
This looks like a very cool tool. Usually I just script up a quick debug like this:
function debug($debug){
print '';
print_r($debug);
print '';
}
But Krumo looks great! My only concern was that it was going to be slow. The demo shows large arrays being shown and the speed was quite good considering it was on a demo server. The render time in FF3 was very fast.
I'll look forward to putting it in my projects. Thanks.
Best regards,
Brett ODonnell
www.mrphp.com.au
Post new comment