문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top