|
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
- Freelance Web developer wanted
- Ringtone fatigue
- web developer looking for more project
- PHP website maintenance
- Desk available for hire - Rushcutters Bay location
- ZAMP?
- Don't hack the Drupal Core. Make a patch!
- What to charge for site updates
- Start New Website or CMS business. Business Partner / designer
- Code snippets in Google Search Results
- [syd] Freelance developer - .NET/ PHP/ Actionsctipt / DHTML
- Tester needed
- Freelance SharePoint 2003 / 2007 Consultant
- Joomla and Community Builder Module
- PHP export to CSV


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