Hi,
I ws playing with Zend Framework's Firebug profiler recently and had encountered an issue about table element used by the firephp.
When I was trying to create a table which I was intending to show up some variable, I found that variable view was only shown for the array type of variables. When I passed an ArrayObject to it it was just a plain text and not a variable.
It would be great to see a real variable view. It could be something like a type of a cell. When it's set you could be able to see the current variable's properties via a var_dump or something like that.
This might also be useful for xdebug viewing too. This could be an easy alternative and not that much of development feature by this way.
(Instead of calling xdebug_break() call my_xdebug_break() and in this function it will call the xdebug_break() after it has sent some information to the firephp log, maybe stack logs or variable values etc. This really might be usefull)
thanks