Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How to keep the developer tools opened?

  • 1 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 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.