On Jul 14, 10:59 pm, Mirko <r...@zaebiz.com> wrote:
> Hello, All allmighty!
>
> I was searching through docs, but was unable to find answers.
>
> 1) It is possible to debug firefox extensions through firebug?
no.
> 2) How I can programmatically invoke firebug from extension or
> javascript?
The same way Chromebug does?
You can ask about chromebug on its own little newsgroup:
news://news.mozilla.org:119/mozilla.addons.chromebug
> 3) How I can programmatically break execution into debugger? Like
> function debug(); which will invoke firebug and allows me to debug
> extension.
Use the statement:
debugger;
>
> Thanks in advance for an answers.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to firebug@googlegroups.com
To unsubscribe from this group, send email to
firebug+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---