On Thursday, March 16, 2017 at 3:27:38 PM UTC+1, Ole Laursen wrote:
>
> Hi!
>
> I just discovered today that my Firebug console is broken.
>

I've posted a related answer on Stack Overflow 
<http://stackoverflow.com/a/42515910/432681>.
 

> I tried the built-in one from a latest nightly build, but the output seems 
> to be slightly inferior for common stuff, like printing an array with PODs. 
> For instance, console.log([{ a: 1 }]) yields an entirely unhelpful Array [ 
> Object ] instead of [{ a: 1 }]. By unhelpful, I mean, if I log three arrays 
> to compare them, with Firebug I could immediately see any differences.
>
> This seems to be a gap - do you know if there's a bug open on it? Or is 
> the gap thing over now that Firebug is dead?
>

I've added a comment to bug 1337701 
<https://bugzilla.mozilla.org/show_bug.cgi?id=1337701>, which seems to be 
very similar.

(BTW, it's annoying with a regression like this, but overall I'm happy to 
> see better debugging included in Firefox, Firebug has had its share of bugs 
> over the years from underlying changes in Firefox.)
>

Yeah, the Firefox DevTools work quite well already, they mostly just need 
some UX fine-tuning.

On Thursday, March 16, 2017 at 3:27:38 PM UTC+1, M Gol wrote:
>
> Hello there, I'm a big fan of firebug and have been using it for years as 
> a software developer.  
>
> I like the new update and it has lots of good ideas, but one thing that I 
> see is missing in the latest version is *having css (class and style) 
> changes happen in real time*, as I edit them in firebug.
>

Firebug 2.0.19 only changed an unrelated part, so I assume you have 
multi-process Firefox enabled and by that already got automatically 
switched to the Firefox DevTools. See 
https://hacks.mozilla.org/2016/12/firebug-lives-on-in-firefox-devtools/ for 
more info.
Having said that, the CSS does get updated in real time when you edit it 
within the *Rules* side panel. It doesn't get updated automatically, 
though, when you edit the style attribute within the HTML structure. That's 
covered in bug 815464 <https://bugzilla.mozilla.org/show_bug.cgi?id=815464>.

Sebastian

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to firebug+unsubscr...@googlegroups.com.
To post to this group, send email to firebug@googlegroups.com.
Visit this group at https://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/3477f7b7-e0d2-460a-ba04-b5b364c51f65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to