Extjs 3.3.1 不显示错误
出于调试目的,是否有某个选项可以在 Extjs 3 中显示错误。因为每当出现故障时,Firebug 中似乎都不会显示错误消息。
我更熟悉 jQuery 及其错误处理程序。
Is there an option somewhere to enable 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要包含 ext-all-debug.js 文件而不是 ext-all.js。
当然你还需要使用firebug!
You need include ext-all-debug.js file instead of ext-all.js.
Of course you also need to use firebug!
不太理想,但我发现 Chrome 会显示错误和调用堆栈
Not ideal but I have found that Chrome will display the error and the call stack