Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Latest Chrome/Firebug, XULRunner not working

86 views
Skip to first unread message

Phil Christensen

unread,
Feb 12, 2010, 1:34:10 PM2/12/10
to
Hello all,

So, I'm been working on my first XUL app, and I'm in need of a
debugger, but having a hard time getting Chromebug working.
Specifically, the context/file/etc menus do not work at all.

Originally, I was running XULRunner 1.9.1, Firebug 1.5.0, and
Chromebug 1.5.0a2. This worked fairly well for exploration, but
breakpoints did not work. I tried a couple later 1.5.x versions, but
the issue was the same as the one I'm experiencing now, so I decided
to upgrade to the latest greatest everything.

At this point, I'm running XULRunner 1.9.2b1 (although I also tried
1.9.2rc1), Firebug 1.6.0a4 and Chromebug 1.6.0a4. However, the issue
remains, although the context/file menus work under the old versions
(but with no breakpoint support), in the current versions they don't
drop down at all, and I see the resulting errors in the console:

phylo[81585] Chromebug Command Line Handler taking arguments from
state:0
phylo[81585] Chromebug Command Line Handler arguments on cmdLine: 1.0)-
foreground
phylo[81585] *** Blocklist::_loadBlocklist: no XML File found
phylo[81585] FTS0: chrome.panelBarReady FAILS: TypeError:
Cc['@mozilla.org/fuel/application;1'] is undefined obj: TypeError:
Cc['@mozilla.org/fuel/application;1'] is undefined

I'm running on Mac OS X 10.6.2, using an app bundle to run XULRunner
using the information here:

https://developer.mozilla.org/en/XULRunner/Deploying_XULRunner_1.8

Any help in this matter would be greatly appreciated.

-phil

John J Barton

unread,
Feb 15, 2010, 5:26:44 PM2/15/10
to
Phil Christensen wrote:
> Hello all,
>
> So, I'm been working on my first XUL app, and I'm in need of a
> debugger, but having a hard time getting Chromebug working.
> Specifically, the context/file/etc menus do not work at all.
>
> Originally, I was running XULRunner 1.9.1, Firebug 1.5.0, and
> Chromebug 1.5.0a2. This worked fairly well for exploration, but
> breakpoints did not work. I tried a couple later 1.5.x versions, but
> the issue was the same as the one I'm experiencing now, so I decided
> to upgrade to the latest greatest everything.
>
> At this point, I'm running XULRunner 1.9.2b1 (although I also tried
> 1.9.2rc1), Firebug 1.6.0a4 and Chromebug 1.6.0a4. However, the issue
> remains, although the context/file menus work under the old versions
> (but with no breakpoint support), in the current versions they don't
> drop down at all, and I see the resulting errors in the console:
>
> phylo[81585] Chromebug Command Line Handler taking arguments from
> state:0
> phylo[81585] Chromebug Command Line Handler arguments on cmdLine: 1.0)-
> foreground
> phylo[81585] *** Blocklist::_loadBlocklist: no XML File found
> phylo[81585] FTS0: chrome.panelBarReady FAILS: TypeError:
> Cc['@mozilla.org/fuel/application;1'] is undefined obj: TypeError:
> Cc['@mozilla.org/fuel/application;1'] is undefined

Hi Phil. I will remove the FUEL code today or tomorrow for 1.6a5.

jjb

johnjbarton

unread,
Feb 17, 2010, 7:30:22 PM2/17/10
to
On Feb 12, 10:34 am, Phil Christensen <blueradi...@gmail.com> wrote:
> Hello all,
>
> So, I'm been working on my first XUL app, and I'm in need of a
> debugger, but having a hard time getting Chromebug working.
> Specifically, the context/file/etc menus do not work at all.
>
> Originally, I was running XULRunner 1.9.1, Firebug 1.5.0, and
> Chromebug 1.5.0a2. This worked fairly well for exploration, but
> breakpoints did not work. I tried a couple later 1.5.x versions, but
> the issue was the same as the one I'm experiencing now, so I decided
> to upgrade to the latest greatest everything.
>
> At this point, I'm running XULRunner 1.9.2b1 (although I also tried
> 1.9.2rc1), Firebug 1.6.0a4 and Chromebug 1.6.0a4. However, the issue
> remains, although the context/file menus work under the old versions
> (but with no breakpoint support), in the current versions they don't
> drop down at all, and I see the resulting errors in the console:
>
> phylo[81585]    Chromebug Command Line Handler taking arguments from
> state:0
> phylo[81585]    Chromebug Command Line Handler arguments on cmdLine: 1.0)-
> foreground
> phylo[81585]    *** Blocklist::_loadBlocklist: no XML File found
> phylo[81585]    FTS0: chrome.panelBarReady FAILS: TypeError:
> Cc['...@mozilla.org/fuel/application;1'] is undefined  obj: TypeError:
> Cc['...@mozilla.org/fuel/application;1'] is undefined

>
> I'm running on Mac OS X 10.6.2, using an app bundle to run XULRunner
> using the information here:
>
> https://developer.mozilla.org/en/XULRunner/Deploying_XULRunner_1.8
>
> Any help in this matter would be greatly appreciated.

Please try 1.6a5 and let me know if you make more progress.

jjb

>
> -phil

海燕 熊

unread,
Feb 22, 2010, 11:55:37 PM2/22/10
to
On 2月13日, 上午2时34分, Phil Christensen <blueradi...@gmail.com> wrote:
> Hello all,
>
> So, I'm been working on my first XUL app, and I'm in need of a
> debugger, but having a hard time getting Chromebug working.
> Specifically, the context/file/etc menus do not work at all.
>
> Originally, I was running XULRunner 1.9.1, Firebug 1.5.0, and
> Chromebug 1.5.0a2. This worked fairly well for exploration, but
> breakpoints did not work. I tried a couple later 1.5.x versions, but
> the issue was the same as the one I'm experiencing now, so I decided
> to upgrade to the latest greatest everything.
>
> At this point, I'm running XULRunner 1.9.2b1 (although I also tried
> 1.9.2rc1), Firebug 1.6.0a4 and Chromebug 1.6.0a4. However, the issue
> remains, although the context/file menus work under the old versions
> (but with no breakpoint support), in the current versions they don't
> drop down at all, and I see the resulting errors in the console:
>
> phylo[81585] Chromebug Command Line Handler taking arguments from
> state:0
> phylo[81585] Chromebug Command Line Handler arguments on cmdLine: 1.0)-
> foreground
> phylo[81585] *** Blocklist::_loadBlocklist: no XML File found
> phylo[81585] FTS0: chrome.panelBarReady FAILS: TypeError:
> Cc['...@mozilla.org/fuel/application;1'] is undefined obj: TypeError:
> Cc['...@mozilla.org/fuel/application;1'] is undefined

>
> I'm running on Mac OS X 10.6.2, using an app bundle to run XULRunner
> using the information here:
>
> https://developer.mozilla.org/en/XULRunner/Deploying_XULRunner_1.8
>
> Any help in this matter would be greatly appreciated.
>
> -phil


我也是,时儿可以使用,时儿不可以使用。

我的是1.3版。

0 new messages