Search code examples
firefox-addonxpcomxulrunner

how to use the new mozilla's console in xulrunner?


is there a way to embed the new firefox's console in a xulrunner application?

I always used to do so:

<iframe type="chrome" src="chrome://global/content/console.xul" flex="1">

but, I would love to use the new one if possible. I will mainly use it for JS debugging so also the scratchpad would be ok!

thank you in advance


Solution

  • It's not possible, devtools are part of the browser app (aka Firefox).