On Oct 28, 11:01 pm, Nicolas Hatier <[email protected]> wrote:
> Ok, got some time to redo the test and tracing.
>
> With COMMANDLINE enabled, I see no error in the tracing window (nothing
> in red). Maybe the attached log could enlighten you.
>
> While lines 12 to 19 are being sent to the tracing window, the error
> console gives the same usual error:
>
> uncaught exception: _FirebugCommandLine init failed in http://<session
> url>/blank.wssp because TypeError: window.loadFirebugConsole is not a
> function
> uncaught exception: _FirebugCommandLine init failed in http://<static
> url>/blank.html because TypeError: window.loadFirebugConsole is not a
> function
> uncaught exception: _FirebugCommandLine init failed in http://<static
> url>/blank.html because TypeError: window.loadFirebugConsole is not a
> function

Thanks, it is clear from the call stacks that the subwindow command
loading is failing:
            Firebug.CommandLine.injector.attachCommandLine(context,
context.window);
            for (var i = 0; i < context.windows.length; i++)
 
Firebug.CommandLine.injector.attachCommandLine(context,
context.windows[i]);
Based on the error message, the console attach did not succeed. The
command line (dev input) gets it output by using the console.log().

Please trace the same test case with CONSOLE set. That will tell us
about the progress of attaching the console.

jjb
>
> Nicolas
>
> On 2010-10-25 07:55, Nicolas Hatier wrote:
>
> > On 2010-10-25 00:49, John J Barton wrote:
>
> >> On Oct 24, 9:43 pm, Nicolas Hatier<[email protected]>  wrote:
> >>> On 2010-10-24 20:04, John J Barton wrote:
> >> ...
> >>> Firebug.CommandLine.evaluate FAILS  TypeError:
> >>> window._FirebugCommandLine is undefined
> >>> Call stack makes no sense:
> >>> fileName: http://<session url>/blank.wssp, lineNumber:59, and so on.
> >>> Blank.wssp is like Blank.html, a one-liner with no code.
> >> Duh, my mistake. The error is in Web page code, so the call stack
> >> won't make sense.
> > You mean *isn't?
> >> Please trace with COMMANDLINE, we are looking for
> >> commandLine.injectCommandLineScript
> > Ok, I will post it as soon as it starts to do it again - had to
> > restart the browser.
>
> > NH
> >> jjb
>
>
>
>  firebug-tracing-logs.ftl
> 15KViewDownload

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