Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top