Is there any way to disable this behavior? I think it's strange that
there's all this space to show the data, which is not being used. It
is also misleading. I frequently use this feature to debug my scripts
and think that something is wrong because data is missing from my
objects. I would suggest to whoever made the extension that if it is
not possible to show the whole object, put something like "..." after
it as a hint that there are more variables.

On Feb 10, 6:58 pm, Hernan Rodriguez Colmeiro <[email protected]>
wrote:
> If I'm not mistaken, in previous versions (before 1.2) the console method
> showed all the properties of an object in the screen. In more recent
> versions, the console.log()'s behavior was changed to what you're
> describing.
>
> Hernán
>
> On Tue, Feb 10, 2009 at 23:35, Elias <[email protected]> wrote:
>
> > Is anyone else seeing this bug? I have Firebug 1.3.2 and Firefox
> > 3.0.6. If I call console.log with an object with a lot of parameters,
> > the object shows up in the console, but with some parameters missing.
> > If I click on the object to see the details, I can see all the
> > parameters in the DOM tab, but in the console, I don't see them all.
>
> > I tried writing a script with the following line:
> > console.log({'firstName':'Bob', 'lastName':'Smith', 'city':'Beverly
> > Hills', 'state':'CA', 'zipCode':'90210'});
>
> > However, when I look in the console, all I see is this:
> > Object firstName=Bob lastName=Smith city=Beverly Hills
>
> > The state and zip code don't show up. Why is this happening? Is there
> > any way to disable it?
--~--~---------~--~----~------------~-------~--~----~
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