Hi Mike,

2010/2/11 Mike D <[email protected]>:
> Sorry, I think that error was from another extension.

Ok.


>> I have now removed all extensions but my code is still dying and there
> is no error in the javascript console if I remove the Firebug
> extension then everything works again.

What do you mean by "dying"? It crashes the tab (do you see that "sad
face" screen)?


> How can I get more information about what is causing it?

It would be good if you post your js file so I can investigate what's going on,
because without looking at the code it's very hard to tell what's exactly
happening:

http://code.google.com/p/fbug/issues/list

But you can try I few things out.

You can click on the Firebug icon (upper-lef) and select Options, then
check the "Save Options in Cookies", and check the option
"Enable Trace Mode". Then reload the page, and look in the "Trace"
tab if you find some strange logs.

You can also try loading the Firebug Lite "script" instead of the
"extension". Deactivate the Firebug Lite extension (click in the "off"
button), and put the following line in the HEAD of your document:

<script type="text/javascript"
src="https://getfirebug.com/releases/lite/beta/firebug.jgz";></script>

If the error disappears, it means that the problem is located in the
extension interface code, and not in the Firebug Lite "core".

Firebug Lite tries to be less obstrusive as possible. The only thing
that comes in my mind that could interfere in other application
is the XHR watcher. Currently, Firebug Lite is not handling the
*synchronous* XHR request, and this is a potential source of
problems. But for assynchronous requests, it should work fine.
Are you using *synchronous* XHR requests?


>
> I am using 1.3.0beta on Chrome 4.0.249.43 on Linux.  I tried on
> Chromium too but clicking the bug icon does not do anything.

That's a problem too. Firebug Lite is supposed to open when you
click the bug icon.

Could you please confirm one thing? Can you see the UI images
(like the bug icon, the minimize, detach and close buttons, etc)?
Another user reported that the images wasn't loading in Mac,
and I was afraid that this problem could also affect Linux versions.

regards,

Pedro Simonetti.

>
>
> On Feb 11, 4:34 pm, Pedro Simonetti Garcia <[email protected]>
> wrote:
>> Could you please inform us what Firebug version you're talking about?
>>
>> Looking the "chrome-extension" part of the URL I suppose it is the
>> Firebug Lite extension for Google Chrome, but we need to know
>> the specific version of it.
>>
>> Also, please inform us your browser and OS type and version.
>>
>> regards,
>>
>> Pedro Simonetti.
>>
>> 2010/2/11 Mike D <[email protected]>:
>>
>>
>>
>> > Hi, I have some complicated javascript which causes Firebug to show an
>> > error very early in the code execution (seems to be before my onload
>> > event handlers).
>>
>> > I have no idea what is causing this error so I am having trouble
>> > creating a test case.
>>
>> > Does anyone know what is causing this error?  Could a simple check
>> > that the second parameter is not undefined work?
>>
>> > This is what shows in the standard javascript console.
>>
>> > TypeError
>> > arguments: Array
>> > 0: "split"
>> > 1: undefined
>> > message: "Cannot call method 'split' of undefined"
>> > stack: "TypeError: Cannot call method 'split' of undefined at
>> > urlParams_runScripts (chrome-extension://j…"
>> > type: "non_object_property_call"
>>
>> > --
>> > 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 
>> > athttp://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.
>
>

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