dBug - Impoved var_dump for PHP

Feb 09
2006 19:17 (Development, PHP) · Русский (4,361 views)

Today I found very useful tool for PHP - dBug. I think every PHP-programmer uses var_dump or print_r functions for debugging purpose very often. dBug displays structured information about your variables like these functions but in more suitable way (in colored tabular format).

Full features list with the examples of work can be found on original site.

dBug - Impoved var_dump for PHP

 
Copyright © 2005 - 2008, Dmytro Shteflyuk