我对Chrome devtool supports breakpoints on XHR and DOM changes感到惊讶。
我找不到corresponding features in Firefox。
它们在Firefox中是否缺席?
更新我发现Firebug has such features。但2010年的文章和我不知道Firebug是否仍在使用,而不是内置的Web开发人员工具。
答案 0 :(得分:2)
在Firebug博客中挖掘后,由于即将发布的Firefox e10s 功能,我发现that Firebug codebase will be moved to Firefox Developer Tools。 FireBug 2.x无法启用e10s。
因此,我们应该期待未来Firefox中的请求功能,但可能需要几年才能实现。
直到那时我才会使用Firebug。
请注意,Chrome可以更灵活地设置XHR断点,因为它只允许对URL子字符串进行过滤,Firebug只能在完整的预先存在的URL上进行过滤((