Hi

You'll need to declare the initialize method and put the trace in the
method body

Read this post: 
http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-hello-world-part-i/

Here is a good starting point for creating Firebug extensions:
http://getfirebug.com/wiki/index.php/Firebug_Internals

Thomas

On Sep 27, 7:39 pm, Jhonte <[email protected]> wrote:
> Hello!
>
> I can't seem to run my extension this version of FireBug.
>
> In my naive world I tried this, where the first alert fires ok!
> alert("this works");
> FBL.ns(function() { with (FBL) {
>         alert("dont end up here");
>
> Has something changed in the way you set up an extension?
>
> If you have some great tips or tutorial that explains how to easily
> debug an add on I'm very interested!
> I have followed some guides before and changed a lot of
> debugvariables. But I don't really know where the error in my
> extension is shown :(

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