rgds,
Dyno
This bug is fixed in the upcoming Firebug 1.0.
> > so i am wondering if it is good to have a line wrap option for the console.
> This bug is fixed in the upcoming Firebug 1.0.
Hello Joe,
I see this should be part of the latest beta release (5).
However, I'm not sure how this should work.
Is it only for things you "type" in the console?
Because my long lines produced with console.log() are still cut after a
specific length.
Sorry if I'm being blind and can't see how it should work.
Regards,
JB
- Joe
That was fast :-) Thanks.
That's right, there is no white space. I guess I'm stuck then :-)
Cheers,
JB
Add-on panels shows Firebug with version 1.0b5 (and for instance,
Ctrl+click in the Firebug status bar icon opens Firebug in a new
window).
But after some investigation, I think I know what happens, and I also
think the issue is not on your side.
I have set a page example here:
http://gibee1.free.fr/tmp/consoleTest.htm
The issue occurs when logging from a function, using the implicit
parameter "arguments", and passing it directly to the console.log.
"arguments" is in fact an array, and long values are shortened for
display, probably internally by Firefox, even before console.log gets
to display it.
Regards,
JB
> But after some investigation, I think I know what happens, and I also
> think the issue is not on your side.
Actually, maybe it is, since this was not truncated before Firebug 1.0
beta.
Cheers,
JB
Hello Joe,
I understand this is a minor issue that might not being fixed or even
considered a real bug.
Can you just tell me if you plan on fixing it or if I should think of
changing my code?
Regards,
JB
The horizontal scrollbar solves a slightly different problem though,
but as it is now you do not loose any data, and can still copy-paste
the whole line.
Cheers,
JB
> In my example, the long output does wrap when outputed as a single
> string, but it is truncated when outputed as a single element array.
Hello,
Sorry to come back again with this :-)
Do you know if you will fix this?
Is it a real issue in your eyes or the way it should work?
Reminder: issue occurs when outputting a array with long values in it.
This was working fine in Firebug 0.4.
Thanks,
JB
It is closely connected to a function referencing, say, by Profiler.
When it says which function has been called, it provides a link to it,
giving just Line information, AND not horizontally scrolling to it.
So, given the Search (below) doesn't work for Script tab (now at
least), the location of a certain function is quite out-of-the-ordinary
sort of task.
I am using the latest version of Firebug obtained at www.getfirebug.com
Thank you!
P.S. As for the rest, Firebug rulez! )) It makes FireFox worth getting
installed after all. (Not vice versa.) I really hated FireFox before
FireBug came to life. Thank you!