搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

How to keep the developer tools opened?

  • 1 回覆
  • 1 有這個問題
  • 6 次檢視
  • 最近回覆由 guigs

more options

Hi. I'm using Firefox 31. I can toggle the developer tools by Ctrl+Shift+I. But this only opens it on the current tab. If I switch to another tab, or open a new tab from the current tab, the developer tools is closed. I remember that for Firebug it keeps opened for all tabs.

My question is if there is option to keep the developer tools opened always (even after reboot)? This is useful for

1) developing addon: after reboot Firefox, no need to Ctrl+Shift+I again and again.; 2) debug multiple links in the current page.

Thanks!

Hi. I'm using Firefox 31. I can toggle the developer tools by Ctrl+Shift+I. But this only opens it on the current tab. If I switch to another tab, or open a new tab from the current tab, the developer tools is closed. I remember that for Firebug it keeps opened for all tabs. My question is if there is option to keep the developer tools opened always (even after reboot)? This is useful for 1) developing addon: after reboot Firefox, no need to Ctrl+Shift+I again and again.; 2) debug multiple links in the current page. Thanks!

所有回覆 (1)

more options

You can break the tool out of the page by clicking on the Web Console, then the far right icon "Doc" in current window. However it will only stay open for that page.

Currently there is not option to start up with developer tools open but there is a start up with the command line to open console: https://developer.mozilla.org/en-US/d.../Command_Line_Options#-console

firefox.exe -console

Run that from the command line.