Xdump: a little piece of my story as developer

Posted at 5:56 pm in development, php, projects

I am slowly beginning to pull online docs and samples for Xdump.

Xdump was one debugging tool I had to develop for the reason that in some situations var_dump() simply is not enough.

Here’s the overview of xdump.

Of course one could say that as good programmer you should never ever findy yourself in such a situation which requires something more powerful than var_dump() or print_r(). I can understand this kind of point-of-view, but I found that real world not always is like that.

Today at work, for example, I had to add some functionality to a zen-cart installation. This is something var_dump simply cannot manage (without driving you crazy, I mean).

Download

I will try to make download available as soon as I can.

Download available on google code

 

Written by Stefano Forenza on February 19th, 2007

Leave a Reply