Hi Alan,

2010/5/10 Alan Chandler <[email protected]>:
> The script comes up nicely = but I can't see how (or indeed if) Firebug lite
> supports breakpoints.

Firebug Lite is basically a JavaScript application, so we're limited to
what JavaScript can (and cannot) do. Unfortunately, there's no way to
implement a full JavaScript debugger using only JavaScript.

So, to answer your question, Firebug Lite does not support breakpoints.
You can overcome this problem using Firebug Lite console functions,
or using another tool to do the specific task of debugging JavaScript.

We have plans to implement a JavaScript debugger in the future, using
a remote debug protocol [1], but this feature is only available on modern
browsers such as Google Chrome and Opera. So, we still don't have
a good way to implement this feature in IE.

regards,

Pedro Simonetti.

[1] http://groups.google.com/group/webdebugprotocol


>
>
> --
> Alan Chandler
> http://www.chandlerfamily.org.uk
>
> --
> 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.
>
>

-- 
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