When debugging ExtJS 4 (we tried both versions 4.1.0 and 4.1.1), FireBug repeatedly shows the following error: An invalid or illegal string was specified http://docs.sencha.com/ext-js/4-1/extjs/ext-all.js Line 18 . It does not interrupt the error, although this parameter is specified. In addition, neither my code, nor ext-debug.js and its loader seem to actually call ext-all.js.
This error is logged in the Firebug console about once per minute, which is annoying. My concern is that I cannot miss a mistake. Is this a FireBug bug? ExtJS Error? Aliens? How to debug a debugger?
justinzane
source share