I am having trouble debugging my Extjs 4 files in Firebug. In the scripts tab of firebug I am only seeing app.js, ext-all-debug.js, and a bunch of files under /ext-4.0.7/ext-all-debug.js/eval/seq. I am unable to see any of the javascript files for my custom extjs objects.
I am using ExtJS 3 here. I would like to populate a formpanel from database with fields to be submitted. Basically, I don t know witch fields my form will have and I want to generate all formpanel ...