I was able to use chromebug by installing both firebug and chromebug in my application's extension folder, and then launching with 'firefox -app myApp.ini -chromebug' ( the -app switch has to come first)
I made sure to enable the extension manager in my application's .ini file by adding the following lines: [XRE] EnableExtensionManager=1 On Mon, May 9, 2011 at 8:22 AM, Serge <[email protected]> wrote: > Hi, everyone > > I am developing a firefox application, that has its own chrome, i.e. I > launch it as `firefox -app my.ini` is it possible to use chromebug to > debug it? > If yes - how? > Chromebug can launch regular firefox in debug mode, but I have not > found a way to add parameters to the call... > > Thanks in advance!!! > > -- > Regards, Serge > > -- > 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. > > -- 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.
