I feel silly. I didn't think to include I was actually console.log'ing an
array (which contains just one string).
Still, shouldn't an array like that have it's text be "expandable", still?
Example:
console.log('test msg kinda long but gets the point across and such and it
shouldnt show ellipsises after a certain point in my test.');
var ary = new Array('test msg kinda long but gets the point across and such
and it shows ellipsises after a certain point in my test.');
console.log(ary);
The first line works great. The second line is always truncated, though,
with no easy way to expand it.
On Thursday, April 5, 2012 10:51:36 AM UTC-7, Jan Honza Odvarko wrote:
>
> I just tried console.log(string) where string has 4320 characters and
> the result isn't cropped.
> Could you provide a test page with a description?
>
> Honza
>
> On Apr 5, 6:54 pm, Nicholas H <[email protected]> wrote:
> > Hello,
> >
> > I'm using the latest Firebug with Firefox, and seeing an issue, where
> long
> > console.log messages get truncated, with ellipsis's placed in the center
> of
> > the long message. There is no way to expand the text as far as I can
> tell
> > when it's in this state. I can right-click and say "Inspect in DOM tab",
> > which then takes me to an array view that I can expand and see all the
> > text, but this is less than ideal.
> >
> > Is anyone else experiencing this issue? Is there a workaround? Thanks in
> > advance.
--
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
https://groups.google.com/forum/#!forum/firebug