为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

No Complete Page Loading with Web Developer Tools Switched On

  • 2 个回答
  • 1 人有此问题
  • 5 次查看
  • 最后回复者为 greentrancer

more options

Hello,

Since a while I noticed on several website that the content is not fully loading if you have the Web Developer Tools switched on.

For example: http://www.clicksud.org/2018/02/templierii-sezonul-1-episodul-10-online.html

> go to page, page loads, you have a few video players displayed > open Web Developer tools, reload page, it loads a few bits followed by "infinite" stuck loading and you cannot click anything on the page

On other pages I noticed "Debugger is paused. Some features like mouse selection will not work." in the Inspector tab.

What is causing all these stuff and how can I stop it? I simply want the pages to load... It happens across different devices.

Thank you.

Hello, Since a while I noticed on several website that the content is not fully loading if you have the Web Developer Tools switched on. For example: http://www.clicksud.org/2018/02/templierii-sezonul-1-episodul-10-online.html > go to page, page loads, you have a few video players displayed > open Web Developer tools, reload page, it loads a few bits followed by "infinite" stuck loading and you cannot click anything on the page On other pages I noticed "Debugger is paused. Some features like mouse selection will not work." in the Inspector tab. What is causing all these stuff and how can I stop it? I simply want the pages to load... It happens across different devices. Thank you.

所有回复 (2)

more options

That sounds quite obvious. Since you mention that the debugger gets active it sounds that you have set the debugger to stop on errors (exceptions). So you need to check the Debugger tab in the Web Console.

You can check the devtools.debugger.* prefs on the about:config page and reset user set (bold) þat look related via the right-click context menu to the default value.

  • devtools.debugger.pause-on-exceptions

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.

more options

Thank you for your answer, cor-el.

Yes, it kind of sounds obvious, but I was not able to find anything in the actual Web Developer Tools to stop that. I went into about:config and here is a screenshot from there.

To keep in mind that this happens on my laptop, desktop, and computer desktop, where I have NOT done any changes in about:config and devtools.debugger.pause-on-exceptions is set to default, false.

由greentrancer于修改