Yes, use "console.groupCollapsed" instead of "console.group".
Here is an example:
console.groupCollapsed("Group Title");
console.log("log1");
console.log("log2");
console.endGroup();
Honza
On Mar 10, 4:54 pm, jbdemonte <[email protected]> wrote:
> Hi, Using firebug to log PHP error, I display the backtrace using
> group, but, it's really long, is it possible to create closed group ?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---