Looking for easy way to analyze var_dump (PHP) on large objects
I'd just use dBug.
You could take a look at FirePHP. It enables you to write information to the firebug-console. If you write an array or object to the log and hover with your mouse over it, you get a nice presentation of the contents of that array. Here is a screenshot of a simple example.