It would be really helpful to be able to see large arrays in FirePHP. I know this is currently a limitation based on the size of header Firefox can handle, but is there any thoughts on working around this? Maybe by splitting a single log item across multiple headers?
Large log messages are already split across multiple headers. The problem is how the data is processed and rendered in the extension. At the moment the renderer tries to render the entire array at once.
There are plans on several fronts to support large object graphs. This functionality should be available later this year.