Thanks Ryan,
Would it be wise to have the docs say this somewhere
https://developer.mozilla.org/en-US/docs/Archive/Mozilla/XULRunner/Debugging_XULRunner_applications
I know that is archived, but its linked by this
https://developer.mozilla.org/en-US/docs/Mozilla/Debugging
and also this little tid bit
https://developer.mozilla.org/en-US/docs/Archive/Mozilla/XULRunner
Firefox (from version 3) ships with a private XULRunner package,
which can run any compatible XULRunner application using the
-app
switch:
firefox -app application.ini is equivalent
to xulrunner -app application.ini
"equivalent" our app runs okay so far in testing, just devtools
that doesn't work so far, which is basically preventing new
development and bug fixes, will have to backdown to xulrunner 41
for now or even FF 44
firefox flags
--devtools
--start-debugger-server
One would expect those to trigger the private
xulrunner package to start a debug server so that xul apps wouldn't
have to...
And also devtools to start up. If those aren't defined then let xul
app take care of it.
I know I don't understand the internal workings but just my
thoughts.
Josh