简体   繁体   中英

XHR Breakpoints in Firefox developer tools

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.

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.

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

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM