XHR Breakpoints in Firefox developer tools

末鹿安然 提交于 2020-01-03 09:05:15

问题


Does anybody know how to break on a XHR request on Firefox developer tools? Earlier in firebug I added breakpoints under Net panel. As the firebug is discontinued any workaround for Firefox developer tools is appreciated.


回答1:


That's currently (Firefox 57.0) not possible. It's requested in bug 821610.

Also other Break on… features like breaking on DOM mutations and breaking on cookie changes are still missing.

Those features are given high priority for implementation regarding missing Firebug features.




回答2:


The break on XHR feature has been added to Firefox 65 (Debugger -> right side pane -> XHR Breakpoints):



来源:https://stackoverflow.com/questions/42365484/xhr-breakpoints-in-firefox-developer-tools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!