Re: Starting firefox -venkman

John J Barton <[email protected]> Mon, 19 Nov 2007 11:28:51 -0800
Newsgroups gmane.comp.mozilla.devel.jsdebugger
Message-ID <[email protected]>
Wink Saville wrote:
>  From what I understand starting firefox -venkman should only start
> the debugger and not the browser UI, thus allowing the debugging
> of extension loading. When I do this both the debugger and the
> browser UI is started, not what I expected.
> 
> Is there something I'm doing in correctly or is my expectation incorrect.
> 
> Cheers,
> 
> Wink Saville
> 

Your expectation makes sense, but as far as I know venkman is an 
extension to firefox and hence is loaded after the firefox starts.

I think with FF3 something better could be done: I remember some 
discussion of an "app" command line argument which puts firefox into a 
kind of XULRunner mode.

I am working on Chromebug to bring Firebug to extensions. If it could 
load first with "app" then control the loading of extensions then 
extension startup could be debugged.

John.