为什么有时 Firebug 不会显示用于设置断点的 Javascript 文件列表?
例如,如果我去
http://sorgalla.com/projects/jcarousel/examples/dynamic_ajax_php.html
然后转到Firebug,并将脚本设置为Enabled
,以及Show Chrome Source
和Static、eval和event script
,仍然没有文件列表显示以便我可以查看它们并设置断点。在另一个项目中,我可以。有理由吗?
For example, if I go to
http://sorgalla.com/projects/jcarousel/examples/dynamic_ajax_php.html
and go to Firebug, and set Scripts to Enabled
, and Show Chrome Source
and Static, eval, and event script
, still no file list is shown so that I can view them and set a breakpoint. In another project, I could. Is there a reason why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jQuery 的 AJAX 注入脚本实现使用了 Mozilla Firefox 不支持调试的技术。 Firebug 不会收到有关注入脚本的通知。如果你只使用 eval() 它会起作用。
jQuery's AJAX-injected script implementation uses a technology which Mozilla Firefox does not support for debugging. Firebug gets no notification about the injected scripts. If you just used eval() it would work.