有没有办法确定 Firebug 或 Web Inspector 中发出 XHR 的行?
有没有办法确定 Firebug 或 Web Inspector(可能是 Opera Dragonfly/IE 开发人员工具栏)中发出 XHR 的行和文件名?如果没有,找出答案的最佳方法是什么?只是在代码库中搜索调用的 URI? (不过,通常它会被构建)
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)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在开发者工具(chrome)中,您可以从“脚本”选项卡为任何 XHR 设置断点。
In Developer Tools(chrome) you can set breakpoints for any XHR from the Script tab.
对于 Firebug 你可以从
http://getfirebug.com/doc/breakpoints/demo.html
For Firebug you can start with
http://getfirebug.com/doc/breakpoints/demo.html