Re: venkman with XULrunner -- version problem?
John J Barton <[email protected]> Fri, 10 Sep 2010 15:15:29 -0700
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[email protected]> |
gNeandr wrote: > [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? I guess if you supply -app then you start XULRunner. Just like if you supply -chromebug you start Chromebug. I don't know any particular reason why both can't run, but then I've not tried it. > > 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. I guess your problem is that the platform removed the ability to use jsd.initAtStartup, and perhaps the fixes for this change do not apply somehow to XULRunner. You can try https://bugzilla.mozilla.org/show_bug.cgi?id=480765 jjb > > Any idea? > > gW > >