如何使用firebug设置断点

时间:2023-01-18 09:13:11

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.

我在MacOS X 10.6.7上的Firefox 3.6.8上使用Firebug(第一次)。 Firebug文档说您只需单击源代码行即可设置断点。这对我来说没有发生 - 就像源窗口没有焦点或其他东西一样。

Here's the browser screen duump (below). What do I need to do to set breakpoints and debug a simple local script? 如何使用firebug设置断点

这是浏览器屏幕duump(下面)。我需要做什么来设置断点和调试简单的本地脚本?

1 个解决方案

#1


4  

Go to the Script tag on top, then click a line number there.

转到顶部的脚本标记,然后单击那里的行号。

#1


4  

Go to the Script tag on top, then click a line number there.

转到顶部的脚本标记,然后单击那里的行号。