Hi, Thank you very much for you inputs, Actually, my problem is how to install firebug(or any other web page debug tool) on XULRunner, so that I can debug the page when I start XULRunner.
there will be great if there is any useful comments. On Aug 23, 7:44 pm, Jan Honza Odvarko <[email protected]> wrote: > Chromebug 1.8 is not working at the present, the recommended > configuration is > Firebug 1.7 + Chromebug 1.7 > > You can also read this > discussion:http://groups.google.com/group/firebug-working-group/browse_thread/th... > > I am not entirely sure, but Chromebug might need Firebug also > installed > (I have been using Chromebug mainly to debug Firebug so, having > Firebug > always installed) > > Also don't forget to use "-chromebug" argument on the command line > (when launching Firebug) > > I would also guess that it's not necessary to unpack the XPI, it > should be possible to > just install it into XUL Runner as any other extension (never tested) > > Honza > > On Aug 23, 9:45 am, binglin zhong <[email protected]> wrote: > > > > > > > > > Dear All, I'm working a project base on the XULRunner, and now I want > > to embed ChromeBug to my application for debugging the pages, just > > like embed the DOM inspector to XULRunner > > (https://developer.mozilla.org/en/XULRunner_tips#DOM_Inspector). > > > Actually, I have unzip the 'chromebug-1.8.0a2.xpi' and copy the > > related source file to my XULRunner folder: > > + myApp > > + chrome > > + content > > + Chromebug > > ....(the source files is same as the 'Cbromebug' > > folder in chromebug package) > > - main.xul > > + fb4cb > > ....(the source files is same as the 'fb4cb' folder in > > chromebug package ) > > + icons > > + local > > + skin > > + components > > - chromebug_command_line.js > > - chromebug-statup-observer.js > > + defaults > > + preferences > > - chromebug.js > > + extensions > > + [email protected] > > - install.rdf > > - application.ini > > > and then I have written a function to launch the chromebug in my > > 'main.xul': > > > function launchChromebug() { > > window.open("chrome://myApp/content/Chromebug/Chromebug.xul", > > "", "chrome"); > > > } > > > The problem is: when the application call this method, the Chromebug > > will launch, it seems the chromebug is not any function, it just shows > > somt text and there is a title of the text: > > Chromebug: XUL chrome development evolved... > > > Appreciated for your any comments, Thank you very much in advance. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
