Is there a way to determine a line and filename from which XHR was issued in Firebug or Web Inspector (maybe Opera Dragonfly/IE Developers Toolbar)? If there isn't, what is the best way to find that out? Just searching the codebase for the URI called? (often it will be constructed, though)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
In Developer Tools(chrome) you can set breakpoints for any XHR from the Script tab.
|
|||
|
|
|
For Firebug you can start with http://getfirebug.com/doc/breakpoints/demo.html |
|||
|
|
