Hi,
First I'd like to say that FirePHP is a great application that makes work a lot easier and faster for me.
I like the idea of grouping the messages, but the current implementation seems a bit illogical to me. You have to tell the script when to start a group and when to stop it. And if you create a group with the same name twice, they will be shown as 2 groups, not 1 group grouped together.
For example, I'd like to have a group called Security where all security related debug information is held. That security information comes from several different functions and classes and with current implementation, having them all under one group seems impossible (unless I missed something).
Would it be possible to extend grouping so it would be as above (or similar/better).
Thank you,
Matic