I am developing a very simple web application using the EXT JS framework. Usually I can tell when there is an issue because it will give some kind of error notification in the console output in either Firefox’s FireBug or Chrome’s Inspect Element. However, now when I load my web app, nothing is rendered to the screen and there is no console output to give me some guidance as to what went wrong.
What are some general steps I can take to find the source of the problem, in the absence of the console log?
Check all file paths in Ext.define.