extjssencha-touchsencha-touch-2sencha-architectsencha-touch-2.1

Sencha touch - debug framework?


How do I preview my sencha touch app in chrome in debug version so all my error coming from something in the sencha framework is not refering to the same huge line of code?

IE sencha-touch-all.js:21


Solution

  • When you build application use 'testing' target.

    sencha app build production vs sencha app build testing

    That if you build from command line. Not really sure how Architect handles that, but I'm pretty sure it calls same scripts/program underneath.