Message from discussion
"console is not defined" with Firebug 1.2.0b1 and Fx3.0 RC1
MIME-Version: 1.0
Received: by 10.100.239.11 with SMTP id m11mr705anh.14.1211467130747; Thu, 22
May 2008 07:38:50 -0700 (PDT)
Date: Thu, 22 May 2008 07:38:50 -0700 (PDT)
In-Reply-To: <2e0f0570-4e16-48a3-a0fd-5cceea31018b@79g2000hsk.googlegroups.com>
X-IP: 24.6.112.96
References: <2e0f0570-4e16-48a3-a0fd-5cceea31018b@79g2000hsk.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9)
Gecko/2008051206 Firefox/3.0,gzip(gfe),gzip(gfe)
Message-ID: <e4efd2f0-ae17-43d0-bf40-3ee6255f8fbc@d19g2000prm.googlegroups.com>
Subject: Re: "console is not defined" with Firebug 1.2.0b1 and Fx3.0 RC1
From: John J Barton <johnjbar...@johnjbarton.com>
To: Firebug <firebug@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
In 1.2 the console is not added to the page unless you turn on Script
debugging. Try that and let us know.
On May 22, 6:35=A0am, Mark <mark.cru...@gmail.com> wrote:
> I'm developing a remote XUL application and use console.log()
> extensively. Today I upgraded my Firebug 1.1 installation to 1.2b1 and
> now get a "console is not defined" error whenever the code hits a
> console.log() call.
>
> Within Firebug I can manually enter "console =3D _firebug;" to get
> things working again - but that doesn't persist through a page
> reload.
>
> Based on a search of this group I've also tried calling
> window.loadFirebugConsole() on my page, but that gives a "not a
> function" error. From what I've read it shouldn't be necessary on Fx3
> anyway.
>
> I've tried disabling all my extensions, but that had no effect. I've
> also tried opening Firefox with just a single HTML page (rather than
> my remote XUL app), then calling console.log() within the console
> itself, but that also gave the "console is not defined" error.
>
> Have I missed something else that I need to do to initialise the
> console on Fx3? If not, has anyone else experienced this issue and