0

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? enter image description here

Peter vdL
  • 4,953
  • 10
  • 40
  • 60

1 Answers1

4

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

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964