Re: venkman with XULrunner -- version problem?

gNeandr <neandr_NO@SPAM_gmx_._de> Fri, 10 Sep 2010 23:50:31 +0200
Newsgroups gmane.comp.mozilla.devel.jsdebugger
Message-ID <[email protected]>
   [10.09.2010 22:46]    »John J Barton« wrote:
> gNeandr wrote:
>>  For an XULrunner app I have a setup to use Venkman as the JS 
>> debugger and using FX as the base of XULrunner.
>
> If by FX you mean Firefox, you should be able to use Chromebug in this 
> case. To try it you need to install Firebug 1.7a1 and Chromebug 1.7a1, 
> then run firefox.exe with -chromebug.  Chromeubug is basically a XUL 
> app running on Firefox base.
>
> jjb
Thanks John,
not sure it helps. First yes Fx=Firefox, but with my XULrunner app I 
have to start it with something like:

firefox -app ../application.ini. So how to start XULrunner (which is the 
-app for AFAIK) and not to start Firefox?

At the moment I'm loading Venkman with a 'venkman.manifest' beside other 
definitions. And as said, that concept does it well with FX 3.0x.
I think there is an incompatibility between the 'venkman-service.js' 
coming from the Venkman version 0.9.87.4. and Firefox 3.6.x.

Any idea?

gW