delphi programming forums mysql charset mget recursive synonimos
free ventrilo servers hosting cs javascript delay python find in list
Back Forum New
abstract:

Firebug's log limit has been reached. %S entries not shown.                Preferences
console is not defined
console.debug('TESTING');
I do not understand the log limit, and will investigate but any help is appreciated.


I have been using Firebug to debug my javascript and have run into this error being displayed in the console:
console is not defined
   where I have this line console.debug('TESTING');
This has worked before. I have Firefox 3.0.5 and Firebug 1.3.3
Interestingly enough, when I went to copy and paste the error, this is what actually pasted here:
Firebug's log limit has been reached. %S entries not shown.                Preferences
console is not defined
[Break on this error] console.debug('TESTING');
I do not understand the log limit, and will investigate but any help is appreciated.

TOP

I found out that there is a limit to the number of log messages.
I was confused because I was not logging much.
I restarted Firefox, and saw that since I had turned on options to log a lot of different errors, and the plugin I was using had errors, it was filling up the log.
There is info on the web that this limit can be changed by setting an option, maxQueueRequests
Code:
[url=#top]
[/url]Original
                -  Code
I do not know how to do this. Anyone?
  1. I do not know how to do this. Anyone?
Copy Code
For now I have turned off many of the logging features.



Firebug's log limit has been reached. %S entries not shown.                Preferences
console is not defined
console.debug('TESTING');
I do not understand the log limit, and will investigate but any help is appreciated.

TOP

Back Forum