为什么有时 Firebug 不会显示用于设置断点的 Javascript 文件列表?

发布于 2024-09-12 09:48:45 字数 395 浏览 3 评论 0原文

例如,如果我去

http://sorgalla.com/projects/jcarousel/examples/dynamic_ajax_php.html

然后转到Firebug,并将脚本设置为Enabled,以及Show Chrome SourceStatic、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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

唔猫 2024-09-19 09:48:45

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文