Extjs 3.3.1 isn't displaying errors
Is there an option somewhere to enable开发者_JS百科 the displaying of errors in Extjs 3, for debugging purposes. Because whenever something fails it doesn't seem to display an error message in firebug.
I'm more familiar with jQuery and it's error handler.
You need include ext-all-debug.js file instead of ext-all.js. Of course you also need to use firebug!
Not ideal but I have found that Chrome will display the error and the call stack
精彩评论