Is there a way to determine the line from which XHR was released in firebug or web inspector?

Is there a way to determine the string and file name from which XHR was released by Firebug or Web Inspector (possibly Opera Dragonfly / IE Developers Toolbar)? If this does not happen, then what is the way to find it? Just looking up the code for the called URI? (often it will be built though)

+5
source share
2 answers

In Developer Tools (chrome), you can set breakpoints for any XHR from the Script tab.

  • Script Tab
  • XHR Breakpoints (Right Side)
  • Press the + button and press the return button
  • , : " XHR"
  • Script, XHR: -)
+4

All Articles