Chrome 控制台/开发者工具中的 Firebug cd 等效项
在 firebug 中,您可以使用 cd 命令将控制台上下文更改为 iframe。在开发 facebook 应用程序来调试 iframe 内的 javascript 时,我需要这个。
你如何在谷歌浏览器中执行此操作?
In firebug, you can use the cd
command to change the console context to an iframe. I need this when developing a facebook app to debug my javascript inside the iframe.
How do you do this in google chrome?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
还没有“cd”命令,但在即将发布的版本中,我们似乎将有一个“包含所有 iframe 的下拉列表,以允许选择控制台表达式的当前评估上下文”。
请参阅http://trac.webkit.org/changeset/91839
No "cd" command yet, but it seems that we'll have a "dropdown list with all iframes to allow selecting current evaluation context for console expressions" in upcoming releases.
See http://trac.webkit.org/changeset/91839