如何使用firebug设置断点
我在 MacOS X 10.6.7 上的 Firefox 3.6.8 上使用 Firebug(第一次)。 Firebug 文档说您只需单击源代码行即可设置断点。这对我来说并没有发生——就像源窗口没有焦点什么的。
这是浏览器屏幕转储(如下)。我需要做什么来设置断点并调试简单的本地脚本?
I'm using Firebug (for the first time) on Firefox 3.6.8 on MacOS X 10.6.7. The Firebug documentation says that you can set a breakpoint just by clicking on the source line. That's not happening for me -- it's like the source window doesn't have focus or something.
Here's the browser screen duump (below). What do I need to do to set breakpoints and debug a simple local script?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到顶部的
Script
标记,然后单击其中的行号。Go to the
Script
tag on top, then click a line number there.