Search code examples
firefoxjavascript-debugger

How to set XHR breakpoint in Firefox as in Chrome


I couldn't figure out a way to add filter like "URL contains...." XHR break-point like in Chrome.

enter image description here


Solution

  • The break on XHR feature has been added to Firefox 65. It's available on the right side-pane of the debugger tab:

    Firefox 65 nightly

    Currently it's available for download in the nightly build.