Hi, "source" runs like a charm. No errors, warnings whatsoever. How do i disable the catching of the errors in "build" to debug the current error? What might be a situation where i am needed to manually require a class which is loaded in "source" but not in "build"?
Regards Christof 2012/2/27 Tristan Koch <[email protected]>: > Hi Christof, > > try "source" first. > > The "build" variant may catch and swallow errors depending on your > configuration. Also, qx.debug is off by default. This does make sense for > production, since you usually don't want to confront your users with error > messages. But for debugging, you want to see all errors. > > My (wild) guess is that you need to manually require a class using the > #require annotation. > > Regards > Tristan > > Am 27.02.2012 um 11:28 schrieb Christof Rodejohann: > >> Hi, >> >> i have been building quite a complex application in Qooxdoo. I have >> been working in the "source-all" build and everything is working >> great. Now i am closing in to a first iteration and tried the "build" >> build. There are no errors in the generate process of the "source-all" >> and "build". And no JS errors using the "source-all" app. But when >> trying to use the "build" app it just stops working at an very early >> event. I get no error to console or anything. >> >> Can anyone give me a hint how to debug the "build" build? >> >> Thx. >> Christof >> >> ------------------------------------------------------------------------------ >> Try before you buy = See our experts in action! >> The most comprehensive online learning library for Microsoft developers >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> Metro Style Apps, more. Free future releases when you subscribe now! >> http://p.sf.net/sfu/learndevnow-dev2 >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
