XHR Breakpoints in Firefox Developer Tools

Does anyone know how to split an XHR request into Firefox developer tools? Earlier in firebug, I added breakpoints in the Net panel. As firebug ceases, any workaround for Firefox developer tools is appreciated.

+6
source share
1 answer

Currently (Firefox 57.0) is not possible. He requested in error 821610 .

Also, other Break on ... functions break down into DOM mutations and there is still no violation of cookie changes .

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

+5
source

Source: https://habr.com/ru/post/1015145/


All Articles