Firefox Dev工具:如何在网络分析中保持呼叫

时间:2017-10-17 09:30:55

标签: debugging firefox firebug

由于最近更新了Firefox,Firebug已经过时了,我试图使用Firefox开发工具。据我所知,这些应该取代Firebug。

但是我在Firebug中经常使用一个选项,但在Dev工具中还没有找到它:网络分析中的持久选项。 The persist option in Firebug

由于我处理的项目使用AJAX调用来发送数据然后重定向到另一个页面,我需要在重定向后保持调用以分析它们。否则,查看通过此调用发送的数据的时间差不多。 (这个项目是为了工作,所以这个架构是我无法改变的。)

有没有办法在Firefox Dev工具中保留网络调用?

(顺便说一句,我使用的是Firefox 56.0.1)

1 个答案:

答案 0 :(得分:3)

打开开发人员工具的设置:

Developer Tools Settings Button

然后选择"启用持久性日志"在"共同偏好。"

参考:https://developer.mozilla.org/en-US/docs/Tools/Settings

从Firefox 57.0开始,该选项已从“设置”移至“网络”面板:

"Persist logs" option in Network Monitor

相关问题