On Apr 14, 3:06 pm, Chris Drew <[email protected]> wrote:
> My apologies if this is a stupid question - this is my first attempt
> at using Firebug/FireFox.  I downloaded and installed FireFox 4.0 and
> Firebug 1.7.0 because I have been having issues with a web application
> I am writing.  I start the application using //localhost/myapplication
> after setting localhost to be a trusted site.  I have then got to the
> page with the problem and enabled Firebug - the 'HTML' window for
> Firebug is displayed.  I can see the javascript that I want to debug
> but according to the postings I have read I should be able to simply
> double-click the line in the JS to set a breakpoint - nothing happens
Just left-click on the breakpoint column (light gray vertical bar
on the left side of the Script panel)

> - I don't see a 'red circle' breakpoint indicator.  I have looked
> through the various menus and can't find anything which will enable a
> breakpoint.
You can right click on a line within the Script panel and pick
"Set Breakpoint"

Not that you can break only on 'executable' lines (they have green
numbers)

Honza

> I just want to step through a JS function and see where
> its going wrong - what am I missing here?

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to