The Inspector Web Developer tool disappeared :(
I used to use the Tools > Web Developer > Inspect (or Inspector, I can't remember exactly) tool. It was there without me explicitly installing it and suddenly it is not there any more.
What happened? Thanks. B.
由jesuisbenjamin于
被采纳的解决方案
You can set the pref devtools.inspector.enabled to true on the about:config page to enable the build-in inspector, but I don't know how well that works in Firefox 9 versions. Close and restart Firefox.
See also:
- https://developer.mozilla.org/En/DOM_Inspector
- https://developer.mozilla.org/en/Introduction_to_DOM_Inspector
- DOM Inspector: https://addons.mozilla.org/firefox/addon/dom-inspector-6622/
所有回复 (1)
选择的解决方案
You can set the pref devtools.inspector.enabled to true on the about:config page to enable the build-in inspector, but I don't know how well that works in Firefox 9 versions. Close and restart Firefox.
See also: