There is no such thing like Close/Expand All, but perhaps you could
utilize
groupCollapsed method that creates a group collapsed by default.

console.groupCollapsed("Group Title");
console.log("log1");
console.log("log2");
console.endGroup();

Honza

On 22 Bře, 15:54, "[email protected]"
<[email protected]> wrote:
> Hello all,
>
> Not too sure where suggestions should be posted. I have had a look
> through the keyboard commands section and some of the documentation
> and dont seem to be able to find what i am after.
>
> Basically on many projects I have utilised the awesome Console section
> of firebug especially to pass objects at runtime and display their
> properties for me. But when using the console with a timed event or
> other such method which will produce a lot of items in the console it
> gets a bit cluttered. Is there any way to "close/open all" console
> item groups? I know this is a bit lazy but its a real pain having to
> manually close items to get an overview of each individual group shown
> in the console.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to