Console command line doesn't work.

View: New views
5 Messages — Rating Filter:   Alert me  

Console command line doesn't work.

by woomla :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

For some reason my console stops outputting results I put on the
console's command line.

I.e. when debugging I type 'window' in the console command line, hit
enter and then the console only outputs ">>> window". Even something
like "console.log('test');" only displays that line and not 'test'.

I use FF 3.5.4 and always the latest 1.5 branch revision (4744 today).

Any suggestions and any idea where I could look into the source files?


Thanks,

W.

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.



Re: Console command line doesn't work.

by woomla :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some info when Tracing with Errors:

I get: errors.observe nsIScriptError: Cc['@maone.net/noscript-service;
1'] is undefined [JavaScript Error: "Cc['@maone.net/noscript-service;
1'] is undefined" {file: "chrome://firebug/content/commandLine.js"
line: 296}]
and some related errors.

W.

On 2 nov, 09:20, woomla <woo...@...> wrote:

> Hi,
>
> For some reason my console stops outputting results I put on the
> console's command line.
>
> I.e. when debugging I type 'window' in the console command line, hit
> enter and then the console only outputs ">>> window". Even something
> like "console.log('test');" only displays that line and not 'test'.
>
> I use FF 3.5.4 and always the latest 1.5 branch revision (4744 today).
>
> Any suggestions and any idea where I could look into the source files?
>
> Thanks,
>
> W.

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.



Re: Console command line doesn't work.

by Mike Ratcliffe-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Looks like an issue with the noscript workaround I implemented.

I will take a look.

On Nov 2, 9:30 am, woomla <woo...@...> wrote:

> Some info when Tracing with Errors:
>
> I get: errors.observe nsIScriptError: Cc['...@maone.net/noscript-service;
> 1'] is undefined [JavaScript Error: "Cc['...@maone.net/noscript-service;
> 1'] is undefined" {file: "chrome://firebug/content/commandLine.js"
> line: 296}]
> and some related errors.
>
> W.
>
> On 2 nov, 09:20, woomla <woo...@...> wrote:
>
> > Hi,
>
> > For some reason my console stops outputting results I put on the
> > console's command line.
>
> > I.e. when debugging I type 'window' in the console command line, hit
> > enter and then the console only outputs ">>> window". Even something
> > like "console.log('test');" only displays that line and not 'test'.
>
> > I use FF 3.5.4 and always the latest 1.5 branch revision (4744 today).
>
> > Any suggestions and any idea where I could look into the source files?
>
> > Thanks,
>
> > W.
>
>

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.



Re: Console command line doesn't work.

by Mike Ratcliffe-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Fixed in r4745

On Nov 2, 9:30 am, woomla <woo...@...> wrote:

> Some info when Tracing with Errors:
>
> I get: errors.observe nsIScriptError: Cc['...@maone.net/noscript-service;
> 1'] is undefined [JavaScript Error: "Cc['...@maone.net/noscript-service;
> 1'] is undefined" {file: "chrome://firebug/content/commandLine.js"
> line: 296}]
> and some related errors.
>
> W.
>
> On 2 nov, 09:20, woomla <woo...@...> wrote:
>
> > Hi,
>
> > For some reason my console stops outputting results I put on the
> > console's command line.
>
> > I.e. when debugging I type 'window' in the console command line, hit
> > enter and then the console only outputs ">>> window". Even something
> > like "console.log('test');" only displays that line and not 'test'.
>
> > I use FF 3.5.4 and always the latest 1.5 branch revision (4744 today).
>
> > Any suggestions and any idea where I could look into the source files?
>
> > Thanks,
>
> > W.
>
>

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.



Re: Console command line doesn't work.

by woomla :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for your quick fix!

On 2 nov, 10:00, Mike Ratcliffe <mich...@...> wrote:

> Fixed in r4745
>
> On Nov 2, 9:30 am, woomla <woo...@...> wrote:
>
> > Some info when Tracing with Errors:
>
> > I get: errors.observe nsIScriptError: Cc['...@maone.net/noscript-service;
> > 1'] is undefined [JavaScript Error: "Cc['...@maone.net/noscript-service;
> > 1'] is undefined" {file: "chrome://firebug/content/commandLine.js"
> > line: 296}]
> > and some related errors.
>
> > W.
>
> > On 2 nov, 09:20, woomla <woo...@...> wrote:
>
> > > Hi,
>
> > > For some reason my console stops outputting results I put on the
> > > console's command line.
>
> > > I.e. when debugging I type 'window' in the console command line, hit
> > > enter and then the console only outputs ">>> window". Even something
> > > like "console.log('test');" only displays that line and not 'test'.
>
> > > I use FF 3.5.4 and always the latest 1.5 branch revision (4744 today).
>
> > > Any suggestions and any idea where I could look into the source files?
>
> > > Thanks,
>
> > > W.
>
>

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.