I tried to install 1.4b2 but it said it wasn't compatible with FF
3.0.11. In the end I uninstalled / reinstalled Firebug 1.3.3 and I
seem to have got my console logging back :)


On Jun 22, 4:49 pm, johnjbarton <[email protected]> wrote:
> I suggest you try Firebug 1.5a5 or 1.4b2 fromhttp://getfirebug.com/releases.
> In 1.3 the console sometimes can fail in event handlers.
> jjb
>
> On Jun 22, 4:03 am, w1ntermut3 <[email protected]> wrote:
>
> > Apologies in advance for what I suspect will turn out to be a Doh!
> > moment, but I can't seem to get Firebug to show any console.log()
> > messages any more.
>
> > I'm running Firefox 3.0.11 with Firebug 1.3.3
>
> > With the following example jQuery code:
>
> > $('#btnSubmit').click(function(){
> >                 console.log("here");
> >                 //alert("here");
> >                 $(this).css('color','#F00');
> >         });
>
> > As it stands, it does nothing. I get no error logged, I get no console
> > message. The CSS color change does not happen.
> > If I swap the console.log() call for an alert(), the code runs as
> > expected.
>
> > As far as I can see, console is fully enabled. I don't recall changing
> > any settings between Friday, when it certainly was working normally,
> > and now, when it isn't.
--~--~---------~--~----~------------~-------~--~----~
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