Krumo - PHP debugging tool

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.




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

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options