Sorry, I think that error was from another extension. 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. How can I get more information about what is causing it?
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. 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.
