found this via boyzoid’s blog. dBug what looks to be like a realyl cool variable debuggin class. From the dBug homepage:
It’s a class that displays structured information about a variable in a colored tabular format. Simply put, it’s PHP’s var_dump function on steroids.
It says it’s the equivalent of cold fusions’s cfdump (never used cf so that’s lost on me). But checking out the output of a dBug call, it looks really cool, it’s almost weird to see it look so nice after using crap like print_r and var_dump in php.