Grouping of messages

3 messages Options
Embed this post
Permalink
Matrix () Grouping of messages
Reply Threaded More More options
Print post
Permalink
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
Christoph Dorn () Re: Grouping of messages
Reply Threaded More More options
Print post
Permalink
You can find the plans for grouping of messages here: http://code.google.com/p/firephp/issues/detail?id=46

I am hoping to have this implemented in the next couple of months.

Can I use your comment as a quote with your name attached?
Matrix () Re: Grouping of messages
Reply Threaded More More options
Print post
Permalink
It's great to hear this functionality is in the works.

Yes, you may use my comment.