Hello!
I don't know if this is specific to 1.8.4 but since I almost never
change my code in the FireBug extension I maybe have missed some
migration guidelines.
The problem is that I get two tabs in FireBug (and two initialize and
so on).
When I set an alert in the first line in my js:
alert("Loaded extension!");
Components.utils.import("resource://firebug/firebug-trace-
service.js");
var FBTrace = traceConsoleService.getTracer("extensions.firebug");
FBL.ns(function() { with (FBL) {
Then the alert box is showing up twice when starting FireFox.
Can I prevent this somehow? Or is this intended behavior and I have
missed something else?
A side note is that it has worked fine before. Can it be FireFox
specific?
--
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
https://groups.google.com/forum/#!forum/firebug